File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ repos:
174174 - id : mypy
175175 name : mypy
176176 stages : [pre-push]
177- entry : uv run --extra=dev -m mypy
177+ entry : uv run --extra=dev -m mypy --num-workers=4
178178 language : python
179179 types_or : [python, toml]
180180 pass_filenames : false
@@ -185,7 +185,8 @@ repos:
185185 - id : mypy-docs
186186 name : mypy-docs
187187 stages : [pre-push]
188- entry : uv run --extra=dev doccmd --no-write-to-file --language=python --command="mypy"
188+ entry : uv run --extra=dev doccmd --no-write-to-file --language=python --command="mypy
189+ --num-workers=4"
189190 language : python
190191 types_or : [markdown, rst]
191192
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ optional-dependencies.dev = [
6464 " freezegun==1.5.5" ,
6565 " furo==2025.12.19" ,
6666 " interrogate==1.7.0" ,
67- " mypy[faster-cache]==1.20.2 " ,
67+ " mypy[faster-cache]==2.0.0 " ,
6868 " mypy-strict-kwargs==2026.1.12" ,
6969 " prek==0.3.11" ,
7070 " pydocstringformatter==0.7.5" ,
You can’t perform that action at this time.
0 commit comments