Allow inputting fingerprint check

This commit is contained in:
Kovid Goyal
2022-03-12 08:23:10 +05:30
parent 9687318b22
commit d5c48ddb94
3 changed files with 10 additions and 3 deletions

View File

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