Skip to content

Commit 4f91c56

Browse files
authored
Replace the legacy ruff hook id (#340)
astral-sh/ruff-pre-commit#124
1 parent 93310a3 commit 4f91c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
2222
rev: v0.11.10
2323
hooks:
24-
- id: ruff
24+
- id: ruff-check
2525
args:
2626
- '--fix'
2727
- '--exit-non-zero-on-fix'

0 commit comments

Comments
 (0)