Skip to content

Commit 0800641

Browse files
committed
Fix deprecated pre-commit
1 parent d3a4a80 commit 0800641

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
@@ -6,7 +6,7 @@ repos:
66
rev: v0.14.10
77
hooks:
88
# Run the linter.
9-
- id: ruff
9+
- id: ruff-check
1010
args: [ --fix ]
1111
# Run the formatter.
1212
- id: ruff-format

0 commit comments

Comments
 (0)