Skip to content

Commit 54ec3a1

Browse files
authored
Update .pre-commit-config.yaml
1 parent 423d6c2 commit 54ec3a1

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
@@ -32,7 +32,7 @@ repos:
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
3333
rev: v0.14.13
3434
hooks:
35-
- id: ruff
35+
- id: ruff-check
3636
args: [--fix, --exit-non-zero-on-fix]
3737
- id: ruff-format
3838
types_or: [ python, pyi, jupyter]

0 commit comments

Comments
 (0)