Skip to content

Commit c708b6a

Browse files
authored
Switch back to upstream mypy (#10549)
1 parent 169ffd6 commit c708b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ repos:
131131
# TODO remove pydantic once 2.12.0 is released
132132
additional_dependencies:
133133
["Sphinx==7.4.3", "pydantic>=2.12.0a1;python_version>='3.14'"]
134-
- repo: https://github.com/cdce8p/mypy-dev-pre-commit
135-
rev: v1.19.0a1
134+
- repo: https://github.com/pre-commit/mirrors-mypy
135+
rev: v1.18.1
136136
hooks:
137137
- id: mypy
138138
name: mypy

0 commit comments

Comments
 (0)