Skip to content

Commit abc5af4

Browse files
[pre-commit.ci] pre-commit autoupdate (#3507)
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/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.7...v0.12.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 20c1ea1 commit abc5af4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -31,12 +31,12 @@ repos:
3131
hooks:
3232
- id: zizmor
3333
- repo: https://github.com/shellcheck-py/shellcheck-py
34-
rev: v0.10.0.1
34+
rev: v0.11.0.1
3535
hooks:
3636
- id: shellcheck
3737
args: ["--severity=style"]
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.12.7
39+
rev: v0.12.8
4040
hooks:
4141
- id: ruff
4242
args: ["--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)