Merge pull request #6520 from jbampton/update-pre-commit

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-05-04 23:19:54 +09:00
committed by GitHub
+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