Skip to content

Commit 048fe06

Browse files
authored
Merge pull request #248 from altheaden/update-ruff-hook
Change `pre-commit` hook ID to `ruff-check`
2 parents 1461734 + d40081c commit 048fe06

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
rev: v0.12.0
2222
hooks:
2323
# Run the linter.
24-
- id: ruff
24+
- id: ruff-check
2525
args: [--fix]
2626
# Run the formatter.
2727
- id: ruff-format

0 commit comments

Comments
 (0)