File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 37
37
args :
38
38
- --config=.mdl_config.yaml
39
39
- repo : https://github.com/pre-commit/mirrors-prettier
40
- rev : v2.5 .1
40
+ rev : v2.6 .1
41
41
hooks :
42
42
- id : prettier
43
43
- repo : https://github.com/adrienverge/yamllint
@@ -75,13 +75,13 @@ repos:
75
75
76
76
# Python hooks
77
77
- repo : https://github.com/PyCQA/bandit
78
- rev : 1.7.2
78
+ rev : 1.7.4
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 : 22.1 .0
84
+ rev : 22.3 .0
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.931
98
+ rev : v0.942
99
99
hooks :
100
100
- id : mypy
101
101
- repo : https://github.com/asottile/pyupgrade
102
- rev : v2.31.0
102
+ rev : v2.31.1
103
103
hooks :
104
104
- id : pyupgrade
105
105
@@ -119,7 +119,7 @@ repos:
119
119
120
120
# Docker hooks
121
121
- repo : https://github.com/IamTheFij/docker-pre-commit
122
- rev : v2.0.1
122
+ rev : v2.1.0
123
123
hooks :
124
124
- id : docker-compose-check
125
125
You can’t perform that action at this time.
0 commit comments