Skip to content
Snippets Groups Projects
Commit 0ae4d86c authored by jooola's avatar jooola
Browse files

chore: add flake8 pre-commit hook

Part-of: <!58>
parent 31ce6a96
No related branches found
No related tags found
1 merge request!58test: add flake linter
# Use .flake8 file until pyproject.toml is supported
# See https://github.com/PyCQA/flake8/issues/234
[flake8]
max-line-length = 120
......@@ -39,6 +39,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment