File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ default_stages: [pre-commit, pre-push]
44default_language_version :
55 # force all unspecified Python hooks to run python3
66 python : python3
7- # force all unspecified Node hooks to run Node.js v22.17 .0 LTS
8- node : 22.17 .0
7+ # force all unspecified Node hooks to run Node.js v22.18 .0 LTS
8+ node : 22.18 .0
99minimum_pre_commit_version : " 3.2.0"
1010exclude : " ^tools/lrama/"
1111repos :
2727 language : node
2828 additional_dependencies : ["prettier@3.6.2"]
2929 - repo : https://github.com/gitleaks/gitleaks
30- rev : v8.27.2
30+ rev : v8.28.0
3131 hooks :
3232 - id : gitleaks
3333 name : run gitleaks
@@ -109,7 +109,7 @@ repos:
109109 types : [markdown]
110110 files : \.md$
111111 - repo : https://github.com/rubocop/rubocop
112- rev : v1.78.0
112+ rev : v1.79.1
113113 hooks :
114114 - id : rubocop
115115 name : run rubocop
You can’t perform that action at this time.
0 commit comments