Skip to content

Commit 9989f00

Browse files
committed
MNT: avoid deprecated pre-commit hook id (ruff -> ruff-check)
1 parent 6a23655 commit 9989f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
rev: v0.12.2
2929
hooks:
3030
- id: ruff-format
31-
- id: ruff
31+
- id: ruff-check
3232
args: [--fix]
3333

3434
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks

0 commit comments

Comments
 (0)