Skip to content

Commit d8abc45

Browse files
authored
[CI] pre-commit: autoupdate and update Node LTS version (#1937)
https://pre-commit.com/#pre-commit-autoupdate https://nodejs.org/en
1 parent 01736e9 commit d8abc45

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ default_stages: [pre-commit, pre-push]
2121
default_language_version:
2222
# force all unspecified Python hooks to run python3
2323
python: python3
24-
# force all unspecified Node hooks to run Node.js v22.14.0 LTS
25-
node: 22.14.0
24+
# force all unspecified Node hooks to run Node.js v22.15.0 LTS
25+
node: 22.15.0
2626
minimum_pre_commit_version: '3.2.0'
2727
repos:
2828
- repo: meta
@@ -137,7 +137,7 @@ repos:
137137
name: run black-jupyter
138138
description: format Python files and Jupyter Notebooks with black
139139
- repo: https://github.com/pre-commit/mirrors-clang-format
140-
rev: v20.1.0
140+
rev: v20.1.3
141141
hooks:
142142
- id: clang-format
143143
name: run clang-format
@@ -161,7 +161,7 @@ repos:
161161
args: [--ignore-words=.github/linters/codespell.txt]
162162
exclude: ^docs/image|^spark/common/src/test/resources|^docs/usecases|^tools/maven/scalafmt|osmpbf/build|^docker/zeppelin
163163
- repo: https://github.com/gitleaks/gitleaks
164-
rev: v8.24.0
164+
rev: v8.25.1
165165
hooks:
166166
- id: gitleaks
167167
name: run gitleaks
@@ -231,7 +231,7 @@ repos:
231231
name: run shellcheck
232232
description: check Shell scripts with shellcheck
233233
- repo: https://github.com/adrienverge/yamllint
234-
rev: v1.36.2
234+
rev: v1.37.0
235235
hooks:
236236
- id: yamllint
237237
name: run yamllint
@@ -240,7 +240,7 @@ repos:
240240
types: [yaml]
241241
files: \.ya?ml$
242242
- repo: https://github.com/shssoichiro/oxipng
243-
rev: v9.1.4
243+
rev: v9.1.5
244244
hooks:
245245
- id: oxipng
246246
name: run oxipng

0 commit comments

Comments
 (0)