File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,26 +37,26 @@ repos:
37
37
args :
38
38
- --config=.mdl_config.yaml
39
39
- repo : https://github.com/pre-commit/mirrors-prettier
40
- rev : v3.0.0-alpha.4
40
+ rev : v3.0.0-alpha.6
41
41
hooks :
42
42
- id : prettier
43
43
- repo : https://github.com/adrienverge/yamllint
44
- rev : v1.29 .0
44
+ rev : v1.30 .0
45
45
hooks :
46
46
- id : yamllint
47
47
args :
48
48
- --strict
49
49
50
50
# GitHub Actions hooks
51
51
- repo : https://github.com/python-jsonschema/check-jsonschema
52
- rev : 0.21 .0
52
+ rev : 0.22 .0
53
53
hooks :
54
54
- id : check-github-actions
55
55
- id : check-github-workflows
56
56
57
57
# pre-commit hooks
58
58
- repo : https://github.com/pre-commit/pre-commit
59
- rev : v3.0.2
59
+ rev : v3.2.1
60
60
hooks :
61
61
- id : validate_manifest
62
62
@@ -82,13 +82,13 @@ repos:
82
82
83
83
# Python hooks
84
84
- repo : https://github.com/PyCQA/bandit
85
- rev : 1.7.4
85
+ rev : 1.7.5
86
86
hooks :
87
87
- id : bandit
88
88
args :
89
89
- --config=.bandit.yml
90
90
- repo : https://github.com/psf/black
91
- rev : 22.12 .0
91
+ rev : 23.1 .0
92
92
hooks :
93
93
- id : black
94
94
- repo : https://github.com/PyCQA/flake8
@@ -102,7 +102,7 @@ repos:
102
102
hooks :
103
103
- id : isort
104
104
- repo : https://github.com/pre-commit/mirrors-mypy
105
- rev : v0.991
105
+ rev : v1.1.1
106
106
hooks :
107
107
- id : mypy
108
108
- repo : https://github.com/asottile/pyupgrade
@@ -119,7 +119,7 @@ repos:
119
119
120
120
# Terraform hooks
121
121
- repo : https://github.com/antonbabenko/pre-commit-terraform
122
- rev : v1.77.0
122
+ rev : v1.77.1
123
123
hooks :
124
124
- id : terraform_fmt
125
125
- id : terraform_validate
You can’t perform that action at this time.
0 commit comments