Pre-commit
#879
Replies: 1 comment 1 reply
-
I'm glad the Github workflows work the way they are. I don't want to add more complexities that I might not understand if they break in six months. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
since I think the code is formatted with black and type checked with mypy it might be a good idea to have a
.pre-commit-config.yaml
(see: pre-commit) at the root of the repo to make it easy for contributors to make sure they are following the guidelines.Beta Was this translation helpful? Give feedback.
All reactions