We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169ffd6 commit c708b6aCopy full SHA for c708b6a
.pre-commit-config.yaml
@@ -131,8 +131,8 @@ repos:
131
# TODO remove pydantic once 2.12.0 is released
132
additional_dependencies:
133
["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
+ - repo: https://github.com/pre-commit/mirrors-mypy
+ rev: v1.18.1
136
hooks:
137
- id: mypy
138
name: mypy
0 commit comments