Skip to content

Commit

Permalink
skip safety check for pypdf2 installed with ExtractTable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfix committed May 3, 2024
1 parent dbb0df0 commit 5495f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ repos:
rev: v1.3.1
hooks:
- id: python-safety-dependencies-check
args: ["--ignore=66962"]
args: ["--ignore=66962,59234"]

0 comments on commit 5495f0d

Please sign in to comment.