stable/setup.cfg
2020-09-28 17:35:04 +02:00

20 lines
244 B
INI

[flake8]
#ignore =
max-line-length = 100
max-complexity = 12
exclude =
.git,
__pycache__,
.eggs,
user_data,
[isort]
line_length=100
multi_line_output=0
[mypy]
ignore_missing_imports = True
[mypy-tests.*]
ignore_errors = True