Add more flake8 checks
This commit is contained in:
parent
8fce5f87be
commit
edea968c14
1 changed files with 4 additions and 2 deletions
|
@ -48,12 +48,14 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- flake8-noqa
|
- flake8-annotations-complexity
|
||||||
- flake8-bugbear
|
|
||||||
- flake8-builtins
|
- flake8-builtins
|
||||||
|
- flake8-bugbear
|
||||||
- flake8-comprehensions
|
- flake8-comprehensions
|
||||||
- flake8-eradicate
|
- flake8-eradicate
|
||||||
|
- flake8-noqa
|
||||||
- flake8-pytest-style
|
- flake8-pytest-style
|
||||||
|
- flake8-pyi
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: v2.5.1
|
rev: v2.5.1
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Reference in a new issue