Skip to content

Commit 4658c8a

Browse files
committed
1 parent fbb10cf commit 4658c8a

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
# https://pre-commit.com/
33
default_stages: [pre-commit, pre-push]
44
default_language_version:
5-
# force all unspecified Python hooks to run python3
65
python: python3
7-
# force all unspecified Node hooks to run Node.js v22.18.0 LTS
8-
node: 22.18.0
6+
node: 22.19.0
97
minimum_pre_commit_version: "3.2.0"
108
exclude: "^tools/lrama/"
119
repos:
@@ -40,7 +38,7 @@ repos:
4038
description: use lossless compression to optimize PNG files
4139
args: ["--fix", "-o", "4", "--strip", "safe", "--alpha"]
4240
- repo: https://github.com/pre-commit/pre-commit-hooks
43-
rev: v5.0.0
41+
rev: v6.0.0
4442
hooks:
4543
- id: check-added-large-files
4644
- id: check-case-conflict
@@ -109,15 +107,15 @@ repos:
109107
types: [markdown]
110108
files: \.md$
111109
- repo: https://github.com/rubocop/rubocop
112-
rev: v1.79.1
110+
rev: v1.80.2
113111
hooks:
114112
- id: rubocop
115113
name: run rubocop
116114
description: RuboCop is a Ruby code style checker (linter) and formatter based on the community-driven Ruby Style Guide
117115
exclude: ^test/t/syntax\.rb$
118116
args: [--config=.github/linters/.rubocop.yml]
119117
- repo: https://github.com/shellcheck-py/shellcheck-py
120-
rev: v0.10.0.1
118+
rev: v0.11.0.1
121119
hooks:
122120
- id: shellcheck
123121
name: run shellcheck

0 commit comments

Comments
 (0)