Skip to content

Commit 1e8bc91

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1)
1 parent 4fed8ad commit 1e8bc91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.14.3"
13+
rev: "v0.14.4"
1414
hooks:
1515
- id: ruff-check
1616
args: ["--fix"]
@@ -22,7 +22,7 @@ repos:
2222
exclude: tests/testdata|setup.py
2323
types: [python]
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.21.0
25+
rev: v3.21.1
2626
hooks:
2727
- id: pyupgrade
2828
exclude: tests/testdata
@@ -33,7 +33,7 @@ repos:
3333
- id: black-disable-checker
3434
exclude: tests/test_nodes_lineno.py
3535
- repo: https://github.com/psf/black-pre-commit-mirror
36-
rev: 25.9.0
36+
rev: 25.11.0
3737
hooks:
3838
- id: black
3939
args: [--safe, --quiet]
@@ -81,6 +81,6 @@ repos:
8181
- id: prettier
8282
args: [--prose-wrap=always, --print-width=88]
8383
- repo: https://github.com/tox-dev/pyproject-fmt
84-
rev: "v2.11.0"
84+
rev: "v2.11.1"
8585
hooks:
8686
- id: pyproject-fmt

0 commit comments

Comments
 (0)