Skip to content

Commit 5b803f9

Browse files
Merge pull request #587 from RonnyPfannschmidt/ruff-hook-new-name
Replace legacy ruff alias with ruff-check in pre-commit config
2 parents 1dd83b6 + b22e4fe commit 5b803f9

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
@@ -2,7 +2,7 @@ repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
rev: "v0.12.0"
44
hooks:
5-
- id: ruff
5+
- id: ruff-check
66
args: ["--fix"]
77
- id: ruff-format
88
- repo: https://github.com/PyCQA/autoflake

0 commit comments

Comments
 (0)