Merge pull request #6604 from jbampton/pre-commit-autoupdate

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-08-06 13:48:46 +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.17.0 LTS
node: 22.17.0
# force all unspecified Node hooks to run Node.js v22.18.0 LTS
node: 22.18.0
minimum_pre_commit_version: "3.2.0"
exclude: "^tools/lrama/"
repos:
@@ -27,7 +27,7 @@ repos:
language: node
additional_dependencies: ["prettier@3.6.2"]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.27.2
rev: v8.28.0
hooks:
- id: gitleaks
name: run gitleaks
@@ -109,7 +109,7 @@ repos:
types: [markdown]
files: \.md$
- repo: https://github.com/rubocop/rubocop
rev: v1.78.0
rev: v1.79.1
hooks:
- id: rubocop
name: run rubocop