Files
modorganizer-basic_games/setup.cfg
T
2020-06-10 23:22:53 +02:00

10 lines
201 B
INI

[flake8]
# Use black line length:
max-line-length = 88
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203, E266
[mypy]
warn_return_any = True
warn_unused_configs = True