Skip to content

Commit ac63619

Browse files
committed
add pytest to precommit hook
1 parent f10be0f commit ac63619

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@ repos:
66
- id: ruff
77
args: [--fix] # This includes formatting and many linting fixes
88

9-
# - repo: lruf
9+
- repo: local
10+
hooks:
11+
- id: pytest
12+
name: pytest
13+
entry: pytest pose_evaluation
14+
language: system
15+
types: [python]

0 commit comments

Comments
 (0)