beam-tracing / Scotty

Beam tracing code for diagnostics
https://scotty.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 4 forks source link

Black is throwing errors when I commit #69

Closed valerian-chen closed 1 year ago

valerian-chen commented 1 year ago

My most recent commits to master seem to be tripping Black up and I can't figure out why. @ZedThree, any idea?

ZedThree commented 1 year ago

Ah, because it's on the master branch and I've enabled branch protection -- while you're allowed to push straight to master as repo owner, the Black action isn't.

We can disable the branch protection if you like, but the other options are to either create PRs, or to run Black locally before you push.

valerian-chen commented 1 year ago

That's great, whew. I'll commit to a different branch then.