Skip to content

Commit 279dbee

Browse files
committed
Add additional_dependencies to the mypy hook to avoid import-not-found errors on CI
1 parent c5a9852 commit 279dbee

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ repos:
2020
hooks:
2121
- id: mypy
2222
args: ["--strict"]
23+
additional_dependencies:
24+
- customtkinter==5.2.1
25+
- moviepy==1.0.3
26+
- openai==1.36.0
27+
- pyaudio==0.2.13
28+
- pydub==0.25.1
29+
- python-dotenv==1.0.1
30+
- pytubefix==6.5.2
31+
- SpeechRecognition==3.9.0
32+
- torch==2.2.1
33+
- torchaudio==2.2.1
34+
- torchvision==0.17.1
35+
- whisperx==3.1.5
2336
- repo: https://github.com/astral-sh/ruff-pre-commit
2437
rev: v0.5.5
2538
hooks:

0 commit comments

Comments
 (0)