Files
MidasEngine/.flake8
2024-11-01 01:39:09 -04:00

12 lines
117 B
INI

[flake8]
max-line-length = 79
exclude =
venv,
.git,
__pycache__,
ignore =
E203,
W503