MyPy: check untyped functions
This commit is contained in:
parent
3b588d2da5
commit
8d3d72412f
1 changed files with 1 additions and 0 deletions
|
@ -19,3 +19,4 @@ packages = []
|
||||||
show_error_codes = true
|
show_error_codes = true
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
warn_redundant_casts = true
|
warn_redundant_casts = true
|
||||||
|
check_untyped_defs = true
|
||||||
|
|
Loading…
Reference in a new issue