File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33# See https://pre-commit.com/hooks.html for more hooks
44repos :
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
You can’t perform that action at this time.
0 commit comments