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
If Black fails in CI, it would be nice to show prominently the exact command needed to fix the issue (possibly just black .). I guess isort could be similar. This could help new contributors who haven't used Black before.
The text was updated successfully, but these errors were encountered:
If we adopted pre-commit.ci (#13281), then black and isort would be auto-applied to PRs that violate the coding style, so contributors wouldn't need to manually fix their PRs.
If Black fails in CI, it would be nice to show prominently the exact command needed to fix the issue (possibly just
black .
). I guess isort could be similar. This could help new contributors who haven't used Black before.The text was updated successfully, but these errors were encountered: