Skip to content

Commit db6dcfc

Browse files
[pre-commit.ci] pre-commit autoupdate (#9279)
updates: - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.3-1](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.3-1) Also upgrade ruff to 0.1.7 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent abdb874 commit db6dcfc

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
@@ -17,7 +17,7 @@ repos:
1717
doc/data/messages/m/missing-final-newline/bad/crlf.py
1818
)$
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.1.6"
20+
rev: "v0.1.7"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -131,7 +131,7 @@ repos:
131131
]
132132
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
133133
- repo: https://github.com/pre-commit/mirrors-prettier
134-
rev: v3.1.0
134+
rev: v4.0.0-alpha.3-1
135135
hooks:
136136
- id: prettier
137137
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)