File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ default_language_version:
55
66repos :
77 - repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v4.1 .0
8+ rev : v4.3 .0
99 hooks :
1010 - id : check-case-conflict
1111 - id : check-executables-have-shebangs
@@ -31,32 +31,32 @@ repos:
3131
3232 # Text file hooks
3333 - repo : https://github.com/igorshubovych/markdownlint-cli
34- rev : v0.31.1
34+ rev : v0.32.2
3535 hooks :
3636 - id : markdownlint
3737 args :
3838 - --config=.mdl_config.yaml
3939 - repo : https://github.com/pre-commit/mirrors-prettier
40- rev : v2.6.1
40+ rev : v3.0.0-alpha.4
4141 hooks :
4242 - id : prettier
4343 - repo : https://github.com/adrienverge/yamllint
44- rev : v1.26.3
44+ rev : v1.28.0
4545 hooks :
4646 - id : yamllint
4747 args :
4848 - --strict
4949
5050 # GitHub Actions hooks
5151 - repo : https://github.com/python-jsonschema/check-jsonschema
52- rev : 0.14.2
52+ rev : 0.18.4
5353 hooks :
5454 - id : check-github-actions
5555 - id : check-github-workflows
5656
5757 # pre-commit hooks
5858 - repo : https://github.com/pre-commit/pre-commit
59- rev : v2.17 .0
59+ rev : v2.20 .0
6060 hooks :
6161 - id : validate_manifest
6262
8888 args :
8989 - --config=.bandit.yml
9090 - repo : https://github.com/psf/black
91- rev : 22.3 .0
91+ rev : 22.10 .0
9292 hooks :
9393 - id : black
9494 - repo : https://github.com/PyCQA/flake8
@@ -102,11 +102,11 @@ repos:
102102 hooks :
103103 - id : isort
104104 - repo : https://github.com/pre-commit/mirrors-mypy
105- rev : v0.942
105+ rev : v0.990
106106 hooks :
107107 - id : mypy
108108 - repo : https://github.com/asottile/pyupgrade
109- rev : v2.31.1
109+ rev : v3.2.0
110110 hooks :
111111 - id : pyupgrade
112112
@@ -119,14 +119,14 @@ repos:
119119
120120 # Terraform hooks
121121 - repo : https://github.com/antonbabenko/pre-commit-terraform
122- rev : v1.64 .0
122+ rev : v1.76 .0
123123 hooks :
124124 - id : terraform_fmt
125125 - id : terraform_validate
126126
127127 # Docker hooks
128128 - repo : https://github.com/IamTheFij/docker-pre-commit
129- rev : v2.1.0
129+ rev : v2.1.1
130130 hooks :
131131 - id : docker-compose-check
132132
You can’t perform that action at this time.
0 commit comments