More typing work

This commit is contained in:
Kovid Goyal
2020-03-09 20:56:06 +05:30
parent abff2292c1
commit 8ae110691e
6 changed files with 77 additions and 72 deletions

View File

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