Skip to content

Commit ddae958

Browse files
committed
pre-commit: autoupdate and update node LTS version
https://nodejs.org/en https://pre-commit.com/#pre-commit-autoupdate
1 parent 30d1db4 commit ddae958

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ default_stages: [pre-commit, pre-push]
44
default_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.14.0 LTS
8-
node: 22.14.0
7+
# force all unspecified Node hooks to run Node.js v22.15.0 LTS
8+
node: 22.15.0
99
minimum_pre_commit_version: "3.2.0"
1010
exclude: "^tools/lrama/"
1111
repos:
@@ -27,13 +27,13 @@ repos:
2727
language: node
2828
additional_dependencies: ["prettier@3.5.3"]
2929
- repo: https://github.com/gitleaks/gitleaks
30-
rev: v8.24.3
30+
rev: v8.25.1
3131
hooks:
3232
- id: gitleaks
3333
name: run gitleaks
3434
description: detect hardcoded secrets with gitleaks
3535
- repo: https://github.com/shssoichiro/oxipng
36-
rev: v9.1.4
36+
rev: v9.1.5
3737
hooks:
3838
- id: oxipng
3939
name: run oxipng

0 commit comments

Comments
 (0)