repos: | |
- repo: https://github.com/pre-commit/pre-commit-hooks | |
rev: v3.2.0 | |
hooks: | |
- id: check-yaml | |
- id: debug-statements | |
- id: end-of-file-fixer | |
- id: trailing-whitespace | |
- repo: local | |
hooks: | |
- id: pylint | |
name: pylint | |
entry: pylint | |
exclude: ^(tests/) | |
language: system | |
types: [python] | |
- repo: https://github.com/pre-commit/mirrors-mypy | |
rev: v0.790 | |
hooks: | |
- id: mypy | |
exclude: ^(tests/) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment