stable/setup.cfg
2018-05-31 22:09:31 +02:00

8 lines
99 B
INI

[flake8]
#ignore =
max-line-length = 100
max-complexity = 12
[mypy]
ignore_missing_imports = True