Skip to content

Commit df5fc5f

Browse files
authored
ci: pre-commit-autoupdate (#179)
* ci: pre-commit-autoupdate * Update .pre-commit-config.yaml * Update .pre-commit-config.yaml
1 parent 7c561d1 commit df5fc5f

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

.pre-commit-config.yaml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ default_stages:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit
9-
rev: v4.1.0
9+
rev: v4.2.0
1010
hooks:
1111
- id: validate_manifest
12+
name: pre-commit autoupdate
13+
entry: pre-commit autoupdate
14+
always_run: true
15+
pass_filenames: false
1216

1317
- repo: meta
1418
hooks:
@@ -56,7 +60,7 @@ repos:
5660
- id: detect-private-key
5761

5862
- repo: https://github.com/gitleaks/gitleaks
59-
rev: v8.24.0
63+
rev: v8.24.2
6064
hooks:
6165
- id: gitleaks
6266

@@ -70,27 +74,42 @@ repos:
7074
hooks:
7175
- id: biome-check
7276

77+
- repo: https://github.com/hadolint/hadolint
78+
rev: v2.13.1-beta
79+
hooks:
80+
- id: hadolint-docker
81+
7382
- repo: https://github.com/markdownlint/markdownlint
7483
rev: v0.12.0
7584
hooks:
7685
- id: markdownlint
7786

7887
- repo: https://github.com/astral-sh/ruff-pre-commit
79-
rev: v0.11.0
88+
rev: v0.11.2
8089
hooks:
8190
- id: ruff
8291
types_or: [python, pyi, jupyter]
8392
args: [--fix-only, --unsafe-fixes]
8493
- id: ruff-format
8594
types_or: [python, pyi, jupyter]
8695

96+
- repo: https://github.com/koalaman/shellcheck-precommit
97+
rev: v0.10.0
98+
hooks:
99+
- id: shellcheck
100+
101+
- repo: https://github.com/scop/pre-commit-shfmt
102+
rev: v3.11.0-1
103+
hooks:
104+
- id: shfmt
105+
87106
- repo: https://github.com/ComPWA/taplo-pre-commit
88107
rev: v0.9.3
89108
hooks:
90109
- id: taplo-format
91110

92111
- repo: https://github.com/astral-sh/uv-pre-commit
93-
rev: 0.6.6
112+
rev: 0.6.9
94113
hooks:
95114
- id: uv-lock
96115

@@ -101,3 +120,4 @@ repos:
101120

102121
ci:
103122
autoupdate_commit_msg: "ci: pre-commit autoupdate"
123+
skip: [validate_manifest, hadolint-docker, shellcheck]

0 commit comments

Comments
 (0)