Skip to content

Commit 1eca3cc

Browse files
committed
Added missing dependencies to mypy in pre-commit
1 parent beb838e commit 1eca3cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ repos:
105105
- numpy
106106
- pydantic~=2.11 # Match pyproject.toml
107107
- pydantic-settings
108+
- PyPDF>=3 # Match pyproject.toml
109+
- pytest
110+
- pytest-asyncio
111+
- pytest-subtests
108112
- qdrant-client
109113
- rich
110114
- tantivy>=0.22.2 # Match pyproject.toml

0 commit comments

Comments
 (0)