Skip to content

Commit 67b2d49

Browse files
[pre-commit.ci] pre-commit autoupdate (#10846)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.14...v0.15.0) - [github.com/tox-dev/pyproject-fmt: v2.12.1 → v2.15.0](tox-dev/pyproject-fmt@v2.12.1...v2.15.0) Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 909838e commit 67b2d49

4 files changed

Lines changed: 108 additions & 287 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.14.14"
23+
rev: "v0.15.0"
2424
hooks:
2525
- id: ruff-check
2626
args: ["--fix"]
@@ -165,7 +165,7 @@ repos:
165165
additional_dependencies:
166166
- tomli
167167
- repo: https://github.com/tox-dev/pyproject-fmt
168-
rev: "v2.12.1"
168+
rev: "v2.15.0"
169169
hooks:
170170
- id: pyproject-fmt
171171
- repo: https://github.com/abravalheri/validate-pyproject

doc/data/ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ extend-exclude = [
1010
"messages/b/bare-name-capture-pattern/bad.py",
1111
"messages/s/star-needs-assignment-target/bad.py",
1212
"messages/i/invalid-star-assignment-target/bad.py",
13+
"messages/u/using-exception-groups-in-unsupported-version/bad.py",
14+
"messages/u/using-generic-type-syntax-in-unsupported-version/bad.py",
1315
]
1416

1517
[lint]

0 commit comments

Comments
 (0)