Skip to content

Commit 77a2b07

Browse files
[pre-commit.ci] pre-commit autoupdate (#10582)
1 parent 82592e7 commit 77a2b07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
doc/data/messages/m/missing-final-newline/bad/crlf.py
2121
)$
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: "v0.13.0"
23+
rev: "v0.13.1"
2424
hooks:
2525
- id: ruff-check
2626
args: ["--fix"]
@@ -43,7 +43,7 @@ repos:
4343
- id: isort
4444
exclude: doc/data/messages/
4545
- repo: https://github.com/psf/black
46-
rev: 25.1.0
46+
rev: 25.9.0
4747
hooks:
4848
- id: black
4949
args: [--safe, --quiet]
@@ -132,7 +132,7 @@ repos:
132132
additional_dependencies:
133133
["Sphinx==7.4.3", "pydantic>=2.12.0a1;python_version>='3.14'"]
134134
- repo: https://github.com/pre-commit/mirrors-mypy
135-
rev: v1.18.1
135+
rev: v1.18.2
136136
hooks:
137137
- id: mypy
138138
name: mypy

0 commit comments

Comments
 (0)