Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit eae43cd

Browse files
committed
Make mypy to ignore missing imports
1 parent 10c53a5 commit eae43cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ check_untyped_defs = true
3737
warn_return_any = true
3838
show_error_codes = true
3939
warn_unused_ignores = true
40+
ignore_missing_imports = true # for 3rd party modules that aren't typed well
4041
python_version = 3.9
4142
disable_error_code = ["no-untyped-call"]
4243

0 commit comments

Comments
 (0)