Merge pull request #874 from tahoe-lafs/3488.pre-push

Configure pre-commit to do codechecks pre-push only

Fixes: ticket:3488
This commit is contained in:
Jean-Paul Calderone 2020-10-27 10:31:45 -04:00 committed by GitHub
commit 874bfa72fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

@ -3,13 +3,7 @@ repos:
hooks:
- id: codechecks
name: codechecks
stages: ["commit"]
stages: ["push"]
entry: "tox -e codechecks"
language: system
pass_filenames: false
- id: test
name: test
stages: ["push"]
entry: "make test"
language: system
pass_filenames: false

0
newsfragments/3488.minor Normal file
View File