Skip to content

Commit 61a7970

Browse files
authored
Merge pull request mruby#6604 from jbampton/pre-commit-autoupdate
2 parents 69db784 + a6b8400 commit 61a7970

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.17.0 LTS
8-
node: 22.17.0
7+
# force all unspecified Node hooks to run Node.js v22.18.0 LTS
8+
node: 22.18.0
99
minimum_pre_commit_version: "3.2.0"
1010
exclude: "^tools/lrama/"
1111
repos:
@@ -27,7 +27,7 @@ repos:
2727
language: node
2828
additional_dependencies: ["prettier@3.6.2"]
2929
- repo: https://github.com/gitleaks/gitleaks
30-
rev: v8.27.2
30+
rev: v8.28.0
3131
hooks:
3232
- id: gitleaks
3333
name: run gitleaks
@@ -109,7 +109,7 @@ repos:
109109
types: [markdown]
110110
files: \.md$
111111
- repo: https://github.com/rubocop/rubocop
112-
rev: v1.78.0
112+
rev: v1.79.1
113113
hooks:
114114
- id: rubocop
115115
name: run rubocop

0 commit comments

Comments
 (0)