Skip to content

Commit e339c6d

Browse files
committed
feat: pre-commit配置增加单元测试
1 parent 5fd36a5 commit e339c6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- id: check-merge-conflict
9+
- repo: local
10+
hooks:
11+
- id: run-tests
12+
name: Run tests
13+
entry: python runtests.py
14+
language: system

0 commit comments

Comments
 (0)