Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 47757e8

Browse files
update yaml again
1 parent 7ea8386 commit 47757e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repos:
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
1414
rev: v0.12.8
1515
hooks:
16-
- id: ruff-check
17-
args: [--fix]
16+
- id: ruff
17+
args: [--fix, --exit-non-zero-on-fix]
1818
- id: ruff-format
1919
- repo: local
2020
hooks:
@@ -46,7 +46,7 @@ repos:
4646
files: \.py$
4747
- id: pytest
4848
name: pytest
49-
entry: pytest
49+
entry: pytest .
5050
language: system
5151
pass_filenames: false
5252
always_run: true

0 commit comments

Comments
 (0)