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 82592e7 commit 77a2b07Copy full SHA for 77a2b07
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
doc/data/messages/m/missing-final-newline/bad/crlf.py
21
)$
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: "v0.13.0"
+ rev: "v0.13.1"
24
hooks:
25
- id: ruff-check
26
args: ["--fix"]
@@ -43,7 +43,7 @@ repos:
43
- id: isort
44
exclude: doc/data/messages/
45
- repo: https://github.com/psf/black
46
- rev: 25.1.0
+ rev: 25.9.0
47
48
- id: black
49
args: [--safe, --quiet]
@@ -132,7 +132,7 @@ repos:
132
additional_dependencies:
133
["Sphinx==7.4.3", "pydantic>=2.12.0a1;python_version>='3.14'"]
134
- repo: https://github.com/pre-commit/mirrors-mypy
135
- rev: v1.18.1
+ rev: v1.18.2
136
137
- id: mypy
138
name: mypy
0 commit comments