more typing work

This commit is contained in:
Kovid Goyal
2020-03-12 14:52:11 +05:30
parent b27f6d5957
commit b6692849d6
6 changed files with 59 additions and 51 deletions

View File

@@ -25,9 +25,6 @@ warn_unreachable = True
warn_no_return = False
warn_unused_configs = True
check_untyped_defs = True
# disallow_untyped_defs = True
[mypy-kitty.rc.*,kitty.conf.*,kitty.fonts.*,kittens.*,kitty.launch,kitty.child,kitty.cli,kitty.config,kitty.choose_entry,kitty.main]
disallow_untyped_defs = True
[mypy-conf]