Skip to content

Commit 0942852

Browse files
committed
chore: rename ruff pre-commit hook
1 parent 634377c commit 0942852

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
@@ -22,7 +22,7 @@ repos:
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
2323
rev: 'v0.11.13'
2424
hooks:
25-
- id: ruff
25+
- id: ruff-check
2626
args: [--fix, --exit-non-zero-on-fix]
2727
- id: ruff-format
2828
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)