mirror of
https://github.com/rany2/edge-tts
synced 2024-11-21 17:29:07 +00:00
Fix mypy setup
This commit is contained in:
parent
e3c3bca93d
commit
2c00c63803
4
mypy.ini
4
mypy.ini
@ -12,16 +12,12 @@ disallow_incomplete_defs = True
|
||||
check_untyped_defs = True
|
||||
disallow_untyped_decorators = True
|
||||
|
||||
implicit_optional = False
|
||||
strict_optional = True
|
||||
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = True
|
||||
warn_no_return = True
|
||||
warn_return_any = True
|
||||
warn_unreachable = True
|
||||
|
||||
strict_concatenate = True
|
||||
strict_equality = True
|
||||
strict = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user