Skip to content

Commit 2fa9f53

Browse files
committed
Change pre-commit hook id to ruff-check
1 parent 51972f3 commit 2fa9f53

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
@@ -21,11 +21,11 @@ repos:
2121
rev: v0.12.0
2222
hooks:
2323
# Sort the imports
24-
- id: ruff
24+
- id: ruff-check
2525
name: ruff-sort-imports
2626
args: [--select, I, --fix]
2727
# Run the linter.
28-
- id: ruff
28+
- id: ruff-check
2929
args: [--fix]
3030
# Run the formatter.
3131
- id: ruff-format

0 commit comments

Comments
 (0)