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

7 lines
92 B
INI
Raw Normal View History

2022-07-01 13:28:39 +03:00
[mypy]
ignore_missing_imports = True
check_untyped_defs = True
2022-07-01 13:28:39 +03:00
[pycodestyle]
ignore = E501