Skip to content

Commit 2faec3f

Browse files
♻️ replace pikepdf by pypdfium2 in dependencies
1 parent 067320d commit 2faec3f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ repos:
4141
exclude: "tests/|examples/|docs/"
4242
additional_dependencies:
4343
- toml
44-
- pypdfium2
4544
- types-pytz
4645
- types-requests
4746
- types-setuptools

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)