Skip to content

Commit 16e3982

Browse files
committed
ignore imports during type checking
1 parent 9795f97 commit 16e3982

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,8 @@ disable_error_code = name-defined
8686
# db.Model is Any
8787
disallow_subclassing_any = false
8888

89+
[mypy-cryptography.*]
90+
ignore_missing_imports = True
91+
8992
[mypy-importlib_metadata.*]
9093
ignore_missing_imports = True

0 commit comments

Comments
 (0)