Skip to content

Commit 6c48b9a

Browse files
committed
Use standard ruff check pre-commit
1 parent 4397286 commit 6c48b9a

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
@@ -24,8 +24,8 @@ repos:
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
2525
rev: v0.11.12
2626
hooks:
27-
- id: ruff
28-
args: [--fix, --exit-non-zero-on-fix]
27+
- id: ruff-check
28+
args: [--fix]
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
3131
rev: v1.16.0

0 commit comments

Comments
 (0)