File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
---
15
- default_stages : [commit, push]
15
+ default_stages : [pre- commit, pre- push]
16
16
minimum_pre_commit_version : " 1.20.0"
17
17
repos :
18
18
- repo : https://github.com/Lucas-C/pre-commit-hooks
19
- rev : v1.1.9
19
+ rev : v1.5.5
20
20
hooks :
21
21
- id : insert-license
22
22
name : Add license for all shell files
@@ -49,27 +49,26 @@ repos:
49
49
- license-templates/LICENSE.txt
50
50
- --fuzzy-match-generates-todo
51
51
- repo : https://github.com/dnephin/pre-commit-golang
52
- rev : master
52
+ rev : v0.5.1
53
53
hooks :
54
54
- id : go-fmt
55
55
name : Run go fmt
56
56
- repo : https://github.com/pre-commit/pre-commit-hooks
57
- rev : v3.2 .0
57
+ rev : v5.0 .0
58
58
hooks :
59
59
- id : trailing-whitespace
60
+ args : ['--exclude', 'third_party/jquery/jquery-3.7.1.min.js']
60
61
- id : detect-private-key
61
62
- id : end-of-file-fixer
62
63
- id : check-merge-conflict
63
64
- id : mixed-line-ending
64
65
- repo : https://github.com/adrienverge/yamllint
65
- rev : v1.23.0
66
+ rev : v1.35.1
66
67
hooks :
67
68
- id : yamllint
68
69
name : Check yaml files with yamllint
69
70
entry : yamllint -c yamllint-config.yml
70
71
types : [yaml]
71
- - id : trailing-whitespace
72
- args : ['--exclude', 'third_party/jquery/jquery-3.7.1.min.js']
73
72
- repo : local
74
73
hooks :
75
74
- id : language-matters
You can’t perform that action at this time.
0 commit comments