Skip to content

Commit c1ed95b

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/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.9](astral-sh/ruff-pre-commit@v0.11.13...v0.12.9) - [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)
1 parent 2b693ae commit c1ed95b

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
- style-lint
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
- id: end-of-file-fixer
@@ -41,7 +41,7 @@ repos:
4141
html,
4242
]
4343
- repo: https://github.com/scop/pre-commit-shfmt
44-
rev: v3.11.0-1
44+
rev: v3.12.0-2
4545
hooks:
4646
- id: shfmt
4747
- repo: https://github.com/adrienverge/yamllint.git
@@ -78,7 +78,7 @@ repos:
7878
- "config/keycloak/realms/ol-local-realm.json"
7979
additional_dependencies: ["gibberish-detector"]
8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: "v0.11.13"
81+
rev: "v0.12.9"
8282
hooks:
8383
- id: ruff-format
8484
- id: ruff
@@ -106,7 +106,7 @@ repos:
106106
exclude: node_modules/
107107
require_serial: false
108108
- repo: https://github.com/shellcheck-py/shellcheck-py
109-
rev: v0.10.0.1
109+
rev: v0.11.0.1
110110
hooks:
111111
- id: shellcheck
112112
args: ["--severity=warning"]

0 commit comments

Comments
 (0)