Use mypy in daemon mode

This commit is contained in:
Kovid Goyal
2020-03-05 20:38:51 +05:30
parent 77e9460eea
commit 1e998b6a3f
6 changed files with 32 additions and 21 deletions

View File

@@ -22,4 +22,4 @@ warn_redundant_casts = True
warn_unused_ignores = True
warn_return_any = True
warn_unreachable = True
# check_untyped_defs = True
check_untyped_defs = True