Skip to content

Commit 91a4d17

Browse files
[pre-commit.ci] pre-commit autoupdate (#2619)
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/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.2...v0.12.8) - [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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7ca997d commit 91a4d17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99
- shfmt-docker
1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: trailing-whitespace
1515
exclude: static/js/lib/ckeditor/plugins/MarkdownListSyntax.test.ts
@@ -24,7 +24,7 @@ repos:
2424
- id: check-toml
2525
- id: debug-statements
2626
- repo: https://github.com/scop/pre-commit-shfmt
27-
rev: v3.11.0-1
27+
rev: v3.12.0-2
2828
hooks:
2929
- id: shfmt-docker
3030
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
@@ -72,7 +72,7 @@ repos:
7272
- --exclude-files
7373
- ".*/generated/"
7474
- repo: https://github.com/astral-sh/ruff-pre-commit
75-
rev: "v0.12.2"
75+
rev: "v0.12.8"
7676
hooks:
7777
- id: ruff-format
7878
- id: ruff
@@ -104,7 +104,7 @@ repos:
104104
exclude: "(node_modules/|static/css/vendor/)"
105105
require_serial: false
106106
- repo: https://github.com/shellcheck-py/shellcheck-py
107-
rev: v0.10.0.1
107+
rev: v0.11.0.1
108108
hooks:
109109
- id: shellcheck
110110
args: ["--severity=warning"]

0 commit comments

Comments
 (0)