Skip to content

Commit 86b51dc

Browse files
feat(pre-commit): run tests
1 parent 03fa771 commit 86b51dc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.pre-commit-config.yaml

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ repos:
88
args: # arguments to configure black
99
- --line-length=120
1010
- --include='\.pyi?$'
11-
1211
# these folders wont be formatted by black
1312
- --exclude="""\.git |
1413
\.__pycache__|
@@ -55,3 +54,12 @@ repos:
5554
language: system
5655
types: [python]
5756
entry: refurb
57+
- repo: local
58+
hooks:
59+
- id: run-tests
60+
name: Run tests
61+
entry: make test
62+
language: system
63+
stages: [ commit, push ]
64+
pass_filenames: false
65+
verbose: true

0 commit comments

Comments
 (0)