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:
5
5
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.1 .0
8
+ rev : v4.3 .0
9
9
hooks :
10
10
- id : check-case-conflict
11
11
- id : check-executables-have-shebangs
@@ -31,32 +31,32 @@ repos:
31
31
32
32
# Text file hooks
33
33
- repo : https://github.com/igorshubovych/markdownlint-cli
34
- rev : v0.31.1
34
+ rev : v0.32.2
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.6.1
40
+ rev : v3.0.0-alpha.4
41
41
hooks :
42
42
- id : prettier
43
43
- repo : https://github.com/adrienverge/yamllint
44
- rev : v1.26.3
44
+ rev : v1.28.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.14.2
52
+ rev : 0.18.4
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 : v2.17 .0
59
+ rev : v2.20 .0
60
60
hooks :
61
61
- id : validate_manifest
62
62
88
88
args :
89
89
- --config=.bandit.yml
90
90
- repo : https://github.com/psf/black
91
- rev : 22.3 .0
91
+ rev : 22.10 .0
92
92
hooks :
93
93
- id : black
94
94
- repo : https://github.com/PyCQA/flake8
@@ -102,11 +102,11 @@ repos:
102
102
hooks :
103
103
- id : isort
104
104
- repo : https://github.com/pre-commit/mirrors-mypy
105
- rev : v0.942
105
+ rev : v0.990
106
106
hooks :
107
107
- id : mypy
108
108
- repo : https://github.com/asottile/pyupgrade
109
- rev : v2.31.1
109
+ rev : v3.2.0
110
110
hooks :
111
111
- id : pyupgrade
112
112
@@ -119,14 +119,14 @@ repos:
119
119
120
120
# Terraform hooks
121
121
- repo : https://github.com/antonbabenko/pre-commit-terraform
122
- rev : v1.64 .0
122
+ rev : v1.76 .0
123
123
hooks :
124
124
- id : terraform_fmt
125
125
- id : terraform_validate
126
126
127
127
# Docker hooks
128
128
- repo : https://github.com/IamTheFij/docker-pre-commit
129
- rev : v2.1.0
129
+ rev : v2.1.1
130
130
hooks :
131
131
- id : docker-compose-check
132
132
You can’t perform that action at this time.
0 commit comments