Skip to content

Commit c4be2de

Browse files
[pre-commit.ci] pre-commit autoupdate (#10446)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.1](astral-sh/ruff-pre-commit@v0.12.0...v0.12.1) - [github.com/rbubley/mirrors-prettier: v3.6.0 → v3.6.2](rbubley/mirrors-prettier@v3.6.0...v3.6.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0707127 commit c4be2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.12.0"
23+
rev: "v0.12.1"
2424
hooks:
2525
- id: ruff-check
2626
args: ["--fix"]
@@ -141,7 +141,7 @@ repos:
141141
["isort>=5", "platformdirs==2.2.0", "py==1.11", "tomlkit>=0.10.1"]
142142
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
143143
- repo: https://github.com/rbubley/mirrors-prettier
144-
rev: v3.6.0
144+
rev: v3.6.2
145145
hooks:
146146
- id: prettier
147147
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)