We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd36a5 commit e339c6dCopy full SHA for e339c6d
.pre-commit-config.yaml
@@ -6,3 +6,9 @@ repos:
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- 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