Skip to content

Commit 085243f

Browse files
committed
Rem push stage for pre-commit hooks
1 parent 7ee2c8b commit 085243f

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,4 @@ repos:
3333
language: system
3434
pass_filenames: false
3535
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-
language: system
50-
pass_filenames: false
51-
stages: [pre-push]
36+
require_serial: true

0 commit comments

Comments
 (0)