Skip to content

Commit dd24396

Browse files
authored
Merge pull request #13419 from notatallshaw/use-standard-ruff-pre-commit-check
Use standard ruff check pre-commit
2 parents 4397286 + 6c48b9a commit dd24396

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)