edge-tts/mypy.ini

14 lines
331 B
INI
Raw Normal View History

2023-01-04 22:56:01 +00:00
[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
2023-01-04 22:58:36 +00:00
disallow_untyped_calls = True
2023-01-04 22:56:01 +00:00
disallow_untyped_defs = True
disallow_incomplete_defs = True