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 49c0db5 commit 9ffd4b2Copy full SHA for 9ffd4b2
.pre-commit-config.yaml
@@ -128,9 +128,7 @@ repos:
128
- id: rstcheck
129
args: ["--report-level=warning"]
130
files: ^(doc/(.*/)*.*\.rst)
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'"]
+ additional_dependencies: ["Sphinx==7.4.3"]
134
- repo: https://github.com/pre-commit/mirrors-mypy
135
rev: v1.18.2
136
hooks:
0 commit comments