We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is possible to forget to run pre-commit hooks on your local machine.
Use GitHub Actions to catch this by ensuring that flake8, mypy, black et. al. are run via GitHub actions as well.
flake8
mypy
black
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is possible to forget to run pre-commit hooks on your local machine.
Use GitHub Actions to catch this by ensuring that
flake8
,mypy
,black
et. al. are run via GitHub actions as well.The text was updated successfully, but these errors were encountered: