1
0
mirror of synced 2025-01-06 10:54:22 +01:00
jubeatools/mypy.ini

11 lines
295 B
INI
Raw Normal View History

2021-04-29 13:14:40 +02:00
[mypy]
#disallow_untyped_calls = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
check_untyped_defs = True
#disallow_untyped_decorator = True
no_implicit_optional = True
warn_unused_ignores = True
warn_return_any = True
warn_redundant_casts = True
ignore_missing_imports = True