Skip to content

Commit d95cbe3

Browse files
authored
Merge pull request #268 from altheaden/update-ruff-hook
Change `pre-commit` hook ID from `ruff` to `ruff-check`
2 parents 9663613 + 95e179f commit d95cbe3

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
@@ -30,11 +30,11 @@ repos:
3030
rev: v0.12.0
3131
hooks:
3232
# Sort the imports
33-
- id: ruff
33+
- id: ruff-check
3434
name: ruff-sort-imports
3535
args: [--select, I, --fix]
3636
# Run the linter.
37-
- id: ruff
37+
- id: ruff-check
3838
args: [--fix]
3939
# Run the formatter.
4040
- id: ruff-format

0 commit comments

Comments
 (0)