templates/python/mypy-config.ini
2024-01-06 19:29:52 +01:00

6 lines
95 B
INI

[mypy]
disallow_untyped_defs = True
disallow_incomplete_defs = True
check_untyped_defs = True