Add flake8 to precommit
adds flake8 to pre-commit and dev requirements.
This commit is contained in:
@@ -13,6 +13,12 @@ repos:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 6.0.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies: [Flake8-pyproject]
|
||||
|
||||
- repo: https://github.com/markdownlint/markdownlint
|
||||
rev: v0.12.0
|
||||
hooks:
|
||||
|
||||
Reference in New Issue
Block a user