Skip to content

Commit 04e8047

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.1-1](scop/pre-commit-shfmt@v3.10.0-1...v3.13.1-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.10](astral-sh/ruff-pre-commit@v0.7.2...v0.15.10) - [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 2e0d644 commit 04e8047

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88
- eslint
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
@@ -28,11 +28,11 @@ repos:
2828
types_or:
2929
[javascript, jsx, ts, tsx, json, scss, sass, css, yaml, markdown]
3030
- repo: https://github.com/scop/pre-commit-shfmt
31-
rev: v3.10.0-1
31+
rev: v3.13.1-1
3232
hooks:
3333
- id: shfmt
3434
- repo: https://github.com/adrienverge/yamllint.git
35-
rev: v1.35.1
35+
rev: v1.38.0
3636
hooks:
3737
- id: yamllint
3838
args: [--format, parsable, -d, relaxed]
@@ -65,7 +65,7 @@ repos:
6565
- "config/keycloak/realms/ol-local-realm.json"
6666
additional_dependencies: ["gibberish-detector"]
6767
- repo: https://github.com/astral-sh/ruff-pre-commit
68-
rev: "v0.7.2"
68+
rev: "v0.15.10"
6969
hooks:
7070
- id: ruff-format
7171
- id: ruff
@@ -84,7 +84,7 @@ repos:
8484
additional_dependencies:
8585
- eslint@8
8686
- repo: https://github.com/shellcheck-py/shellcheck-py
87-
rev: v0.10.0.1
87+
rev: v0.11.0.1
8888
hooks:
8989
- id: shellcheck
9090
args: ["--severity=warning"]

0 commit comments

Comments
 (0)