Skip to content

Commit a2523c6

Browse files
committed
pre-commit autoupdate; update node and prettier
1 parent c136a47 commit a2523c6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
default_stages: [pre-commit, pre-push]
44
default_language_version:
55
python: python3
6-
node: 22.19.0
6+
node: 24.11.1
77
minimum_pre_commit_version: "3.2.0"
88
exclude: "^tools/lrama/"
99
repos:
@@ -23,7 +23,7 @@ repos:
2323
entry: prettier --write '**/*.json' '**/*.md' '**/*.yaml' '**/*.yml'
2424
files: \.(json|md|ya?ml)$
2525
language: node
26-
additional_dependencies: ["prettier@3.6.2"]
26+
additional_dependencies: ["prettier@3.7.4"]
2727
stages: [manual]
2828
- id: check-zip-file-is-not-committed
2929
name: disallow zip files
@@ -34,13 +34,13 @@ repos:
3434
track and have security implications. Please remove the zip file from the repository.
3535
files: \.zip$
3636
- repo: https://github.com/gitleaks/gitleaks
37-
rev: v8.28.0
37+
rev: v8.30.0
3838
hooks:
3939
- id: gitleaks
4040
name: run gitleaks
4141
description: detect hardcoded secrets with gitleaks
4242
- repo: https://github.com/oxipng/oxipng
43-
rev: v9.1.5
43+
rev: v10.0.0
4444
hooks:
4545
- id: oxipng
4646
name: run oxipng
@@ -87,7 +87,7 @@ repos:
8787
args: [--whitespaces-count, "2"]
8888
exclude: Makefile$
8989
- repo: https://github.com/rhysd/actionlint
90-
rev: v1.7.7
90+
rev: v1.7.9
9191
hooks:
9292
- id: actionlint
9393
name: run actionlint
@@ -99,7 +99,7 @@ repos:
9999
name: run codespell
100100
description: check spelling with codespell
101101
- repo: https://github.com/igorshubovych/markdownlint-cli
102-
rev: v0.45.0
102+
rev: v0.46.0
103103
hooks:
104104
- id: markdownlint
105105
name: run markdownlint
@@ -108,7 +108,7 @@ repos:
108108
types: [markdown]
109109
files: \.md$
110110
- repo: https://github.com/tcort/markdown-link-check
111-
rev: v3.13.7
111+
rev: v3.14.2
112112
hooks:
113113
- id: markdown-link-check
114114
name: run markdown-link-check
@@ -118,7 +118,7 @@ repos:
118118
types: [markdown]
119119
files: \.md$
120120
- repo: https://github.com/rubocop/rubocop
121-
rev: v1.80.2
121+
rev: v1.81.7
122122
hooks:
123123
- id: rubocop
124124
name: run rubocop

0 commit comments

Comments
 (0)