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:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
- flake8-noqa
|
||||
- flake8-bugbear
|
||||
- flake8-annotations-complexity
|
||||
- flake8-builtins
|
||||
- flake8-bugbear
|
||||
- flake8-comprehensions
|
||||
- flake8-eradicate
|
||||
- flake8-noqa
|
||||
- flake8-pytest-style
|
||||
- flake8-pyi
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v2.5.1
|
||||
hooks:
|
||||
|
|
Reference in a new issue