Skip to content

Commit 184c747

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/scop/pre-commit-shfmt: v3.11.0-1 → v3.12.0-2](scop/pre-commit-shfmt@v3.11.0-1...v3.12.0-2) - [github.com/koalaman/shellcheck-precommit: v0.10.0 → v0.11.0](koalaman/shellcheck-precommit@v0.10.0...v0.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.12.8](astral-sh/ruff-pre-commit@v0.11.8...v0.12.8)
1 parent 8a2743c commit 184c747

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
@@ -18,7 +18,7 @@ default_stages: [pre-commit, pre-push]
1818
repos:
1919
# ---------------------------------------------------- House‑keeping hooks
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: trailing-whitespace
2424
- id: end-of-file-fixer
@@ -43,13 +43,13 @@ repos:
4343

4444
# ------------------------------------------- Shell formatting & linting
4545
- repo: https://github.com/scop/pre-commit-shfmt
46-
rev: v3.11.0-1
46+
rev: v3.12.0-2
4747
hooks:
4848
- id: shfmt
4949
args: ["-i", "2", "-sr", "-ci"]
5050

5151
- repo: https://github.com/koalaman/shellcheck-precommit
52-
rev: v0.10.0
52+
rev: v0.11.0
5353
hooks:
5454
- id: shellcheck
5555
args: ["--severity", "warning"]
@@ -69,7 +69,7 @@ repos:
6969
language_version: python3.13
7070

7171
- repo: https://github.com/astral-sh/ruff-pre-commit
72-
rev: v0.11.8 # bundles Ruff 0.11.8 binary
72+
rev: v0.12.8 # bundles Ruff 0.11.8 binary
7373
hooks:
7474
# 1 Formatter (runs first)
7575
# - id: ruff-format

0 commit comments

Comments
 (0)