We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee2c8b commit 085243fCopy full SHA for 085243f
1 file changed
.pre-commit-config.yaml
@@ -33,19 +33,4 @@ repos:
33
language: system
34
pass_filenames: false
35
stages: [pre-commit]
36
- require_serial: true
37
-
38
- # --- PUSH STAGE: Complete test suite ---
39
- - id: pytest-unit-api
40
- name: Run pyreason api tests
41
- entry: pytest tests/api_tests --tb=short -q
42
- language: system
43
- pass_filenames: false
44
- stages: [pre-push]
45
46
- - id: pytest-functional-complete
47
- name: Run functional test suite
48
- entry: pytest tests/functional/ --tb=short -q
49
50
51
+ require_serial: true
0 commit comments