matrix-alertbot/mypy.ini
2022-06-14 23:37:54 +02:00

4 lines
96 B
INI

[mypy]
ignore_missing_imports = True
disallow_untyped_defs = True
disallow_untyped_calls = True