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
It didn't do much yet. The most useful behavior for the (future) GitHub Actions Black workflow would be:
a. Run Black on PRs and add fixes by adding a commit to the PR
b. Run Black on master/main by creating a PR
Running Black checks = requiring the code to be conforming would be annoying, I'd like to avoid being annoying. If devs want to be annoyed, they can choose to enable pre-commit.
Black workflow should be reusable. I want to do this once properly and then just add a tested config when I want it in another project.
Test if running pre-commit's fixes automatically (incl. Black) would do it. But having a "just Black" workflow would be nice because I think this would be easier to sell to other team member's projects than the whole pre-commit stuff. → Decided to have a reusable "just Black" workflow.
Port Black job.circleci/
README*
The text was updated successfully, but these errors were encountered: