Skip to content

Commit 26a6025

Browse files
[pre-commit.ci] pre-commit autoupdate (#10257)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/rbubley/mirrors-prettier: v3.5.2 → v3.5.3](rbubley/mirrors-prettier@v3.5.2...v3.5.3) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 553fd50 commit 26a6025

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
@@ -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.9.7"
23+
rev: "v0.9.9"
2424
hooks:
2525
- id: ruff
2626
args: ["--fix"]
@@ -36,7 +36,7 @@ repos:
3636
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3737
types: [python]
3838
- repo: https://github.com/PyCQA/isort
39-
rev: 6.0.0
39+
rev: 6.0.1
4040
hooks:
4141
- id: isort
4242
exclude: doc/data/messages/
@@ -144,7 +144,7 @@ repos:
144144
]
145145
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
146146
- repo: https://github.com/rbubley/mirrors-prettier
147-
rev: v3.5.2
147+
rev: v3.5.3
148148
hooks:
149149
- id: prettier
150150
args: [--prose-wrap=always, --print-width=88]
@@ -184,6 +184,6 @@ repos:
184184
additional_dependencies:
185185
- tomli
186186
- repo: https://github.com/tox-dev/pyproject-fmt
187-
rev: "v2.5.0"
187+
rev: "v2.5.1"
188188
hooks:
189189
- id: pyproject-fmt

0 commit comments

Comments
 (0)