Add mypy config
This commit is contained in:
parent
7ed68872d9
commit
f623fbf2df
11
mypy.ini
Normal file
11
mypy.ini
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[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
|
Loading…
x
Reference in New Issue
Block a user