Skip to content

Commit ceaca47

Browse files
Update pre-commit ruff legacy alias (#10511)
1 parent 35f34a5 commit ceaca47

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
@@ -26,9 +26,9 @@ repos:
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
2727
rev: v0.12.1
2828
hooks:
29-
- id: ruff-format
30-
- id: ruff
29+
- id: ruff-check
3130
args: ["--fix", "--show-fixes"]
31+
- id: ruff-format
3232
- repo: https://github.com/keewis/blackdoc
3333
rev: v0.3.9
3434
hooks:

0 commit comments

Comments
 (0)