Skip to content

Commit 3313dfb

Browse files
committed
test precommit hooks
1 parent aeecda2 commit 3313dfb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,14 @@ repos:
1515
- id: ruff
1616
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1717
- id: ruff-format
18+
- repo: local
19+
hooks:
20+
- id: pytest-check
21+
name: pytest-check
22+
entry: pytest
23+
language: system
24+
pass_filenames: false
25+
always_run: true
26+
args: [
27+
"uv run pytest"
28+
]

0 commit comments

Comments
 (0)