mirror of
https://github.com/rany2/edge-tts
synced 2024-11-22 01:45:02 +00:00
more typing
This commit is contained in:
parent
3e3828c04a
commit
d7f60bc49f
11
mypy.ini
11
mypy.ini
@ -2,12 +2,15 @@
|
||||
warn_return_any = True
|
||||
warn_unused_configs = True
|
||||
|
||||
#disallow_any_unimported = True
|
||||
disallow_any_unimported = True
|
||||
#disallow_any_expr = True
|
||||
#disallow_any_decorated = True
|
||||
disallow_any_decorated = True
|
||||
#disallow_any_explicit = True
|
||||
#disallow_any_generics = True
|
||||
#disallow_subclassing_any = True
|
||||
disallow_any_generics = True
|
||||
disallow_subclassing_any = True
|
||||
disallow_untyped_calls = True
|
||||
disallow_untyped_defs = True
|
||||
disallow_incomplete_defs = True
|
||||
|
||||
[mypy-edge_tts.list_voices]
|
||||
disallow_any_decorated = False
|
||||
|
Loading…
Reference in New Issue
Block a user