Skip to content

Commit 5985d4f

Browse files
authored
Merge pull request #647 from altheaden/migrate-to-ruff-check
Change `pre-commit` hook ID to `ruff-check`
2 parents 51972f3 + 2fa9f53 commit 5985d4f

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)