feat: flake8 config file

This commit is contained in:
Alec.Schmidt
2025-03-18 09:58:30 +01:00
parent 0108bb25ed
commit ea40810fa3

4
tox.ini Normal file
View File

@@ -0,0 +1,4 @@
[flake8]
extend-ignore = E203
exclude = .git,__pycache__,.venv
max-complexity = 10