mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-26 13:12:13 +03:00
pre-commit: Specify more flake8 dependencies
This commit is contained in:
parent
1afa0b9c44
commit
fb53653430
@ -19,7 +19,16 @@ repos:
|
|||||||
rev: '3.9.2'
|
rev: '3.9.2'
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- 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
|
# Try using local flake8
|
||||||
### - repo: local
|
### - repo: local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user