Skip to content

Commit 2189691

Browse files
committed
Fix ruff name
1 parent adf3f05 commit 2189691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.11.8
7+
rev: v0.11.11
88
hooks:
9-
- id: ruff
9+
- id: ruff-check
1010
args: [--fix, --exit-non-zero-on-fix]
1111
- id: ruff-format
1212

0 commit comments

Comments
 (0)