Skip to content

Commit a2cd6df

Browse files
authored
Use updated pre-commit id (#18718)
## Summary Update pre-commit hook id according to astral-sh/ruff-pre-commit#124
1 parent 9220add commit a2cd6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Ruff can also be used as a [pre-commit](https://pre-commit.com/) hook via [`ruff
185185
rev: v0.12.0
186186
hooks:
187187
# Run the linter.
188-
- id: ruff
188+
- id: ruff-check
189189
args: [ --fix ]
190190
# Run the formatter.
191191
- id: ruff-format

0 commit comments

Comments
 (0)