Configure mypi

This commit is contained in:
Christopher T. Johnson
2025-02-10 14:30:28 -05:00
parent 10e71466e1
commit 763c2dba44

8
mypy.ini Normal file
View File

@@ -0,0 +1,8 @@
[mypy]
warn_redundant_casts = True
disallow_untyped_defs = True
warn_return_any = True
warn_unused_configs = True
[mypy-ui.*]
disallow_untyped_defs = False