Files
python/.flake8
2021-10-13 15:51:10 -07:00

13 lines
173 B
INI

[flake8]
max-line-length = 120
exclude =
.git,
__pycache__,
.pytest_cache,
venv
ignore = E501, F401
format = pylint
show-source = True
max-complexity = 10