File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 - uses : pre-commit/action@v3.0.1
5252 name : Run pre-commit checks (no spaces at end of lines, etc)
5353 with :
54- extra_args : --all-files --verbose --hook-stage commit
54+ extra_args : --all-files --verbose --hook-stage pre- commit
5555 env :
5656 SKIP : no-commit-to-branch
5757
Original file line number Diff line number Diff line change 1313# # For manually executing the pre-push hook:
1414# pre-commit run -av --hook-stage pre-push
1515#
16- default_stages : [commit, push]
16+ default_stages : [pre- commit, pre- push]
1717default_language_version :
1818 python : python3.11
1919repos :
@@ -108,7 +108,7 @@ repos:
108108 hooks :
109109 - id : pylint
110110 files : python3/
111- stages : [push]
111+ stages : [pre- push]
112112 name : check that changes to python3 tree pass pylint
113113 entry : diff-quality --violations=pylint
114114 --ignore-whitespace --compare-branch=origin/master
@@ -134,7 +134,7 @@ repos:
134134 entry : python3 pytype_reporter.py
135135 pass_filenames : false
136136 types : [python]
137- stages : [push]
137+ stages : [pre- push]
138138 verbose : true
139139 # This hook runs locally only when Python files change:
140140 language : python
You can’t perform that action at this time.
0 commit comments