Skip to content

Commit 778b4da

Browse files
[pre-commit.ci] pre-commit autoupdate (#10659)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.3...v0.14.0) - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.10.0](tox-dev/pyproject-fmt@v2.7.0...v2.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0cc8ffa commit 778b4da

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.3"
23+
rev: "v0.14.0"
2424
hooks:
2525
- id: ruff-check
2626
args: ["--fix"]
@@ -38,7 +38,7 @@ repos:
3838
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3939
types: [python]
4040
- repo: https://github.com/PyCQA/isort
41-
rev: 6.1.0
41+
rev: 7.0.0
4242
hooks:
4343
- id: isort
4444
exclude: doc/data/messages/
@@ -165,7 +165,7 @@ repos:
165165
additional_dependencies:
166166
- tomli
167167
- repo: https://github.com/tox-dev/pyproject-fmt
168-
rev: "v2.7.0"
168+
rev: "v2.10.0"
169169
hooks:
170170
- id: pyproject-fmt
171171
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)