Add flake8 to precommit

adds flake8 to pre-commit and dev requirements.
This commit is contained in:
OMEGARAZER
2022-12-31 09:09:48 -05:00
parent 2bafb1b99b
commit c4bece2f58
3 changed files with 9 additions and 1 deletions

View File

@@ -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: