You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing, you can run our formatting through our Makefile by make black-format
That make command no longer exists in the Makefile and I think should be replaced with the following text:
After installing, you can check your formatting through our Makefile by running make black-check. To automatically update your code to match our formatting, please run make black