Skip to content

Commit 3a658a7

Browse files
add exception for pypdfium2 to mypy
1 parent b7582d5 commit 3a658a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ strict_equality = true
2222
warn_unused_ignores = true
2323
warn_unreachable = true
2424

25+
[[tool.mypy.overrides]]
26+
module = "pypdfium2.*"
27+
ignore_missing_imports = true
28+
2529
[tool.pylic]
2630
safe_licenses = [
2731
"Apache Software License",

0 commit comments

Comments
 (0)