Add type checking for glfw module as well

This commit is contained in:
Kovid Goyal
2020-03-06 07:59:55 +05:30
parent 804998ca69
commit 6609d219f4
3 changed files with 9 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ combine_as_imports = True
multi_line_output = 5
[mypy]
files = kitty,kittens,glfw/glfw.py,*.py
files = kitty,kittens,glfw,*.py
no_implicit_optional = True
sqlite_cache = True
cache_fine_grained = True