pre-commit: autoupdate and update node LTS version

https://nodejs.org/en

https://pre-commit.com/#pre-commit-autoupdate
This commit is contained in:
John Bampton
2025-05-03 02:00:35 +10:00
parent 30d1db4528
commit ddae958405
+4 -4
View File
@@ -4,8 +4,8 @@ default_stages: [pre-commit, pre-push]
default_language_version:
# force all unspecified Python hooks to run python3
python: python3
# force all unspecified Node hooks to run Node.js v22.14.0 LTS
node: 22.14.0
# force all unspecified Node hooks to run Node.js v22.15.0 LTS
node: 22.15.0
minimum_pre_commit_version: "3.2.0"
exclude: "^tools/lrama/"
repos:
@@ -27,13 +27,13 @@ repos:
language: node
additional_dependencies: ["prettier@3.5.3"]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.24.3
rev: v8.25.1
hooks:
- id: gitleaks
name: run gitleaks
description: detect hardcoded secrets with gitleaks
- repo: https://github.com/shssoichiro/oxipng
rev: v9.1.4
rev: v9.1.5
hooks:
- id: oxipng
name: run oxipng