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
add .pre-commit-hooks.yaml to project root to support https://pre-commit.com/
.pre-commit-hooks.yaml
- id: autoflake name: autoflake entry: autoflake language: python 'types': [python] require_serial: true
The text was updated successfully, but these errors were encountered:
A mirror has been set up at least 2 years ago, but it would be great to have the official repo support this!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
add
.pre-commit-hooks.yaml
to project root to support https://pre-commit.com/The text was updated successfully, but these errors were encountered: