Files
esl-reader/mypy.ini
Christopher T. Johnson 598201425c Working checkpoint
2023-11-10 21:48:15 -05:00

9 lines
157 B
INI

[mypy]
warn_redundant_casts = True
disallow_untyped_defs = True
warn_return_any = True
warn_unused_configs = True
[mypy-ui.*]
disallow_untyped_defs = False