mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
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:
commit
874bfa72fd
@ -3,13 +3,7 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: codechecks
|
- id: codechecks
|
||||||
name: codechecks
|
name: codechecks
|
||||||
stages: ["commit"]
|
stages: ["push"]
|
||||||
entry: "tox -e codechecks"
|
entry: "tox -e codechecks"
|
||||||
language: system
|
language: system
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
- id: test
|
|
||||||
name: test
|
|
||||||
stages: ["push"]
|
|
||||||
entry: "make test"
|
|
||||||
language: system
|
|
||||||
pass_filenames: false
|
|
||||||
|
0
newsfragments/3488.minor
Normal file
0
newsfragments/3488.minor
Normal file
Loading…
Reference in New Issue
Block a user