We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5ffa4f + 2d87cce commit 0a25fd6Copy full SHA for 0a25fd6
1 file changed
.pre-commit-config.yaml
@@ -157,7 +157,7 @@ repos:
157
- id: mypy
158
name: mypy
159
stages: [pre-push]
160
- entry: uv run --extra=dev -m mypy
+ entry: uv run --extra=dev -m mypy --num-workers=4
161
language: python
162
types_or: [python, toml]
163
pass_filenames: false
@@ -168,7 +168,8 @@ repos:
168
- id: mypy-docs
169
name: mypy-docs
170
171
- 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
172
+ --num-workers=4"
173
174
types_or: [markdown, rst]
175
additional_dependencies:
0 commit comments