Skip to content

Commit c120144

Browse files
committed
fix mypy
1 parent 3a53a80 commit c120144

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@ repos:
5151
additional_dependencies: [mypy==1.11.1, regex, types-cachetools, types-setuptools, types-PyYAML, types-requests, types-torch, pydantic]
5252
- id: mypy-3.10 # TODO: Use https://github.com/pre-commit/mirrors-mypy when mypy setup is less awkward
5353
name: Run mypy for Python 3.10
54-
entry: tools/pre_commit/mypy.py 1 "3.10"
54+
entry: python tools/pre_commit/mypy.py 1 "3.10"
5555
<<: *mypy_common
5656
stages: [manual] # Only run in CI
5757
- id: mypy-3.11 # TODO: Use https://github.com/pre-commit/mirrors-mypy when mypy setup is less awkward
5858
name: Run mypy for Python 3.11
59-
entry: tools/pre_commit/mypy.py 1 "3.11"
59+
entry: python tools/pre_commit/mypy.py 1 "3.11"
6060
<<: *mypy_common
6161
stages: [manual] # Only run in CI
6262
- id: mypy-3.12 # TODO: Use https://github.com/pre-commit/mirrors-mypy when mypy setup is less awkward
6363
name: Run mypy for Python 3.12
64-
entry: tools/pre_commit/mypy.py 1 "3.12"
64+
entry: python tools/pre_commit/mypy.py 1 "3.12"
6565
<<: *mypy_common
6666
stages: [manual] # Only run in CI
6767
- id: mypy-3.13 # TODO: Use https://github.com/pre-commit/mirrors-mypy when mypy setup is less awkward
6868
name: Run mypy for Python 3.13
69-
entry: tools/pre_commit/mypy.py 1 "3.13"
69+
entry: python tools/pre_commit/mypy.py 1 "3.13"
7070
<<: *mypy_common
7171
stages: [manual] # Only run in CI
7272
- id: signoff-commit

0 commit comments

Comments
 (0)