File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_stages: [ pre-commit, pre-push ]
22exclude : ^src/(bin/|web_interface/static/package-lock.json)
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4 .0.1
5+ rev : v6 .0.0
66 hooks :
77 - id : check-added-large-files
88 args : [ --maxkb=10000 ]
@@ -30,30 +30,29 @@ repos:
3030 exclude : ^src/web_interface/static/package-lock.json
3131
3232 - repo : https://github.com/jumanjihouse/pre-commit-hooks
33- rev : 2.1.5
33+ rev : 3.0.0
3434 hooks :
3535 - id : shellcheck
3636
37- - repo : https://github.com/pryorda/dockerfilelint-precommit-hooks
38- rev : v0.1 .0
37+ - repo : https://github.com/hadolint/hadolint
38+ rev : v2.14 .0
3939 hooks :
40- - id : dockerfilelint
40+ - id : hadolint
4141
4242 - repo : https://github.com/pre-commit/mirrors-jshint
43- rev : v2.13.0
43+ rev : v2.13.6
4444 hooks :
4545 - id : jshint
4646
4747 - repo : https://github.com/charliermarsh/ruff-pre-commit
48- rev : ' v0.2.2 '
48+ rev : ' v0.14.11 '
4949 hooks :
5050 - id : ruff
5151 args : [ --fix, --exit-non-zero-on-fix ]
5252 - id : ruff-format
5353
5454 - repo : https://github.com/igorshubovych/markdownlint-cli
55- rev : v0.35 .0
55+ rev : v0.47 .0
5656 hooks :
5757 - id : markdownlint
5858 args : [ "--config", ".markdownlint.yaml" ]
59-
You can’t perform that action at this time.
0 commit comments