python-aternos/setup.cfg

7 lines
92 B
INI

[mypy]
ignore_missing_imports = True
check_untyped_defs = True
[pycodestyle]
ignore = E501