We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067320d commit 2faec3fCopy full SHA for 2faec3f
.pre-commit-config.yaml
@@ -41,7 +41,6 @@ repos:
41
exclude: "tests/|examples/|docs/"
42
additional_dependencies:
43
- toml
44
- - pypdfium2
45
- types-pytz
46
- types-requests
47
- types-setuptools
pyproject.toml
@@ -22,6 +22,10 @@ strict_equality = true
22
warn_unused_ignores = true
23
warn_unreachable = true
24
25
+[[tool.mypy.overrides]]
26
+module = "pypdfium2.*"
27
+ignore_missing_imports = true
28
+
29
[tool.pylic]
30
safe_licenses = [
31
"Apache Software License",
0 commit comments