We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558cae3 commit c99014dCopy full SHA for c99014d
1 file changed
.pre-commit-config.yaml
@@ -174,7 +174,7 @@ repos:
174
- id: mypy
175
name: mypy
176
stages: [pre-push]
177
- entry: uv run --extra=dev -m mypy
+ entry: uv run --extra=dev -m mypy --num-workers=4
178
language: python
179
types_or: [python, toml]
180
pass_filenames: false
@@ -185,7 +185,8 @@ repos:
185
- id: mypy-docs
186
name: mypy-docs
187
188
- entry: uv run --extra=dev doccmd --no-write-to-file --language=python --command="mypy"
+ entry: uv run --extra=dev doccmd --no-write-to-file --language=python --command="mypy
189
+ --num-workers=4"
190
191
types_or: [markdown, rst]
192
0 commit comments