Skip to content

Commit 8e632c6

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.10.0-1 → v3.13.0-1](scop/pre-commit-shfmt@v3.10.0-1...v3.13.0-1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.38.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.15.9](astral-sh/ruff-pre-commit@v0.7.2...v0.15.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 1c46a85 commit 8e632c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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
@@ -29,11 +29,11 @@ repos:
2929
types_or:
3030
[javascript, jsx, ts, tsx, json, scss, sass, css, yaml, markdown]
3131
- repo: https://github.com/scop/pre-commit-shfmt
32-
rev: v3.10.0-1
32+
rev: v3.13.0-1
3333
hooks:
3434
- id: shfmt
3535
- repo: https://github.com/adrienverge/yamllint.git
36-
rev: v1.35.1
36+
rev: v1.38.0
3737
hooks:
3838
- id: yamllint
3939
args: [--format, parsable, -d, relaxed]
@@ -66,7 +66,7 @@ repos:
6666
- "config/keycloak/realms/default-realm.json"
6767
additional_dependencies: ["gibberish-detector"]
6868
- repo: https://github.com/astral-sh/ruff-pre-commit
69-
rev: "v0.7.2"
69+
rev: "v0.15.9"
7070
hooks:
7171
- id: ruff-format
7272
- id: ruff
@@ -85,7 +85,7 @@ repos:
8585
additional_dependencies:
8686
- eslint@8
8787
- repo: https://github.com/shellcheck-py/shellcheck-py
88-
rev: v0.10.0.1
88+
rev: v0.11.0.1
8989
hooks:
9090
- id: shellcheck
9191
args: ["--severity=warning"]

0 commit comments

Comments
 (0)