Skip to content

Commit 95e179f

Browse files
committed
Change pre-commit hook from ruff to ruff-check
1 parent 9663613 commit 95e179f

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)