-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: pre-commit hooks for QA tasks #366
Comments
Err, yes. 😊 Didn't realise I'd already created this, but somehow the other issue got more attention. Feel free to close either of them. |
Duplicate of #390 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would you be interested in some simple configuration to automatically run flake8, yapf, mypy etc. when committing files? I've already set up pre-commit in another few projects, and it's super helpful:
pre-commit run --all-files
to run all the checks.The text was updated successfully, but these errors were encountered: