add more typing

This commit is contained in:
rany2
2023-01-05 00:56:01 +02:00
parent efe0cbedde
commit c4c3dc5a13
12 changed files with 129 additions and 117 deletions

13
mypy.ini Normal file
View File

@@ -0,0 +1,13 @@
[mypy]
warn_return_any = True
warn_unused_configs = True
#disallow_any_unimported = True
#disallow_any_expr = True
#disallow_any_decorated = True
#disallow_any_explicit = True
#disallow_any_generics = True
#disallow_subclassing_any = True
#disallow_untyped_calls = True
disallow_untyped_defs = True
disallow_incomplete_defs = True