Skip to content

Commit d20cb8b

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/adrienverge/yamllint.git: v1.37.0 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.37.0...v1.37.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.14.2](astral-sh/ruff-pre-commit@v0.11.7...v0.14.2) - [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/rhysd/actionlint: v1.7.7 → v1.7.8](rhysd/actionlint@v1.7.7...v1.7.8)
1 parent 398a762 commit d20cb8b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See https://pre-commit.com/hooks.html for more hooks
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -14,11 +14,11 @@ repos:
1414
- id: check-toml
1515
- id: debug-statements
1616
- repo: https://github.com/scop/pre-commit-shfmt
17-
rev: v3.11.0-1
17+
rev: v3.12.0-2
1818
hooks:
1919
- id: shfmt
2020
- repo: https://github.com/adrienverge/yamllint.git
21-
rev: v1.37.0
21+
rev: v1.37.1
2222
hooks:
2323
- id: yamllint
2424
args: [--format, parsable, -d, relaxed]
@@ -47,20 +47,20 @@ repos:
4747
- "config/keycloak/*"
4848
additional_dependencies: ["gibberish-detector"]
4949
- repo: https://github.com/astral-sh/ruff-pre-commit
50-
rev: "v0.11.7"
50+
rev: "v0.14.2"
5151
hooks:
5252
- id: ruff-format
5353
- id: ruff
5454
args:
5555
- --extend-ignore=D1
5656
- --fix
5757
- repo: https://github.com/shellcheck-py/shellcheck-py
58-
rev: v0.10.0.1
58+
rev: v0.11.0.1
5959
hooks:
6060
- id: shellcheck
6161
args: ["--severity=warning"]
6262
- repo: https://github.com/rhysd/actionlint
63-
rev: v1.7.7
63+
rev: v1.7.8
6464
hooks:
6565
- id: actionlint
6666
name: actionlint

0 commit comments

Comments
 (0)