Introduce flake8
- pre-commit hook
- CI job
-
Configuration:
-
Can the configuration be stored into
pyproject.toml
? Not yet it seems. - Open follow-up ticket to handle complexity: #427 (closed)
-
Can the configuration be stored into
-
Apply changes
-
line length. Find compromise with
black
’s line length: 100 lines, 80 lines for black
-
line length. Find compromise with