This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
python-aternos/setup.cfg

6 lines
92 B
INI

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