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 @@ -31,25 +31,25 @@ repos:
31
31
32
32
# Text file hooks
33
33
- repo : https://github.com/igorshubovych/markdownlint-cli
34
- rev : v0.28.1
34
+ rev : v0.29.0
35
35
hooks :
36
36
- id : markdownlint
37
37
args :
38
38
- --config=.mdl_config.yaml
39
39
- repo : https://github.com/pre-commit/mirrors-prettier
40
- rev : v2.3.2
40
+ rev : v2.4.1
41
41
hooks :
42
42
- id : prettier
43
43
- repo : https://github.com/adrienverge/yamllint
44
- rev : v1.26.2
44
+ rev : v1.26.3
45
45
hooks :
46
46
- id : yamllint
47
47
args :
48
48
- --strict
49
49
50
50
# pre-commit hooks
51
51
- repo : https://github.com/pre-commit/pre-commit
52
- rev : v2.14 .0
52
+ rev : v2.15 .0
53
53
hooks :
54
54
- id : validate_manifest
55
55
81
81
args :
82
82
- --config=.bandit.yml
83
83
- repo : https://github.com/psf/black
84
- rev : 21.7b0
84
+ rev : 21.9b0
85
85
hooks :
86
86
- id : black
87
87
- repo : https://gitlab.com/pycqa/flake8
@@ -95,11 +95,11 @@ repos:
95
95
hooks :
96
96
- id : isort
97
97
- repo : https://github.com/pre-commit/mirrors-mypy
98
- rev : v0.910
98
+ rev : v0.910-1
99
99
hooks :
100
100
- id : mypy
101
101
- repo : https://github.com/asottile/pyupgrade
102
- rev : v2.23.3
102
+ rev : v2.29.0
103
103
hooks :
104
104
- id : pyupgrade
105
105
@@ -114,7 +114,7 @@ repos:
114
114
115
115
# Terraform hooks
116
116
- repo : https://github.com/antonbabenko/pre-commit-terraform
117
- rev : v1.50 .0
117
+ rev : v1.52 .0
118
118
hooks :
119
119
- id : terraform_fmt
120
120
- id : terraform_validate
You can’t perform that action at this time.
0 commit comments