more typing work

This commit is contained in:
Kovid Goyal
2020-03-10 12:58:53 +05:30
parent 25be705bcf
commit 8803eeb890
8 changed files with 140 additions and 77 deletions

View File

@@ -27,7 +27,7 @@ warn_unused_configs = True
check_untyped_defs = True
# disallow_untyped_defs = True
[mypy-kitty.rc.*,kitty.conf.*]
[mypy-kitty.rc.*,kitty.conf.*,kitty.fonts.*,kitty.launch,kitty.child]
disallow_untyped_defs = True
[mypy-conf]