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.0.1
8
+ rev : v4.1.0
9
9
hooks :
10
10
- id : check-case-conflict
11
11
- id : check-executables-have-shebangs
@@ -31,13 +31,13 @@ repos:
31
31
32
32
# Text file hooks
33
33
- repo : https://github.com/igorshubovych/markdownlint-cli
34
- rev : v0.29 .0
34
+ rev : v0.30 .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.4 .1
40
+ rev : v2.5 .1
41
41
hooks :
42
42
- id : prettier
43
43
- repo : https://github.com/adrienverge/yamllint
49
49
50
50
# pre-commit hooks
51
51
- repo : https://github.com/pre-commit/pre-commit
52
- rev : v2.15 .0
52
+ rev : v2.16 .0
53
53
hooks :
54
54
- id : validate_manifest
55
55
@@ -75,13 +75,13 @@ repos:
75
75
76
76
# Python hooks
77
77
- repo : https://github.com/PyCQA/bandit
78
- rev : 1.7.0
78
+ rev : 1.7.1
79
79
hooks :
80
80
- id : bandit
81
81
args :
82
82
- --config=.bandit.yml
83
83
- repo : https://github.com/psf/black
84
- rev : 21.9b0
84
+ rev : 21.12b0
85
85
hooks :
86
86
- id : black
87
87
- repo : https://gitlab.com/pycqa/flake8
@@ -91,28 +91,28 @@ repos:
91
91
additional_dependencies :
92
92
- flake8-docstrings
93
93
- repo : https://github.com/PyCQA/isort
94
- rev : 5.9.3
94
+ rev : 5.10.1
95
95
hooks :
96
96
- id : isort
97
97
- repo : https://github.com/pre-commit/mirrors-mypy
98
- rev : v0.910-1
98
+ rev : v0.931
99
99
hooks :
100
100
- id : mypy
101
101
- repo : https://github.com/asottile/pyupgrade
102
- rev : v2.29 .0
102
+ rev : v2.31 .0
103
103
hooks :
104
104
- id : pyupgrade
105
105
106
106
# Ansible hooks
107
107
- repo : https://github.com/ansible-community/ansible-lint
108
- rev : v5.2.1
108
+ rev : v5.3.2
109
109
hooks :
110
110
- id : ansible-lint
111
111
# files: molecule/default/playbook.yml
112
112
113
113
# Terraform hooks
114
114
- repo : https://github.com/antonbabenko/pre-commit-terraform
115
- rev : v1.52.0
115
+ rev : v1.62.3
116
116
hooks :
117
117
- id : terraform_fmt
118
118
- id : terraform_validate
You can’t perform that action at this time.
0 commit comments