add mypy.ini

This commit is contained in:
Cebtenzzre 2023-08-30 16:41:51 -04:00
parent 42a0768c40
commit e66e0be432

5
mypy.ini Normal file
View file

@ -0,0 +1,5 @@
[mypy]
strict = true
allow_untyped_calls = true
allow_untyped_defs = true
allow_incomplete_defs = true