Skip to content

Commit f3e3439

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.10 → v0.15.11](astral-sh/ruff-pre-commit@v0.15.10...v0.15.11) - [github.com/rbubley/mirrors-prettier: v3.8.2 → v3.8.3](rbubley/mirrors-prettier@v3.8.2...v3.8.3)
1 parent bf16c00 commit f3e3439

1 file changed

Lines changed: 2 additions & 2 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.15.10"
23+
rev: "v0.15.11"
2424
hooks:
2525
- id: ruff-check
2626
args: ["--fix"]
@@ -139,7 +139,7 @@ repos:
139139
["isort>=5", "platformdirs==2.2.0", "py==1.11", "tomlkit>=0.10.1"]
140140
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
141141
- repo: https://github.com/rbubley/mirrors-prettier
142-
rev: v3.8.2
142+
rev: v3.8.3
143143
hooks:
144144
- id: prettier
145145
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)