pre-commit: Specify more flake8 dependencies

This commit is contained in:
Athanasius 2022-03-18 14:20:25 +00:00
parent 1afa0b9c44
commit fb53653430
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -19,7 +19,16 @@ repos:
rev: '3.9.2'
hooks:
- id: flake8
additional_dependencies: [ flake8-isort ]
additional_dependencies: [
flake8-annotations-coverage,
flake8-cognitive-complexity,
flake8-comprehensions,
flake8-docstrings,
flake8-isort,
flake8-json,
flake8-noqa,
flake8-use-fstring
]
# Try using local flake8
### - repo: local