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 e04f664 commit 05b9aa3Copy full SHA for 05b9aa3
.pre-commit-config.yaml
@@ -44,4 +44,4 @@ repos:
44
- types-pytz
45
- types-requests
46
- types-setuptools
47
- - importlib-metadata
+ - importlib-metadata
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