Skip to content
Snippets Groups Projects
Commit fb35755b authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Add flake8 pre-commit hook

Add flake8 to the pre-commit hooks. Also add `.flake8` configuration
file to the top-level project directory.

Closes #263.
parent 58d8b69a
No related branches found
No related tags found
1 merge request!1441Add flake8 pre-commit hook
[flake8]
select = F,E101,E7,E9,W6
extend-ignore = E741
exclude = */options/*
\ No newline at end of file
......@@ -15,3 +15,7 @@ repos:
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
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