File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3
3
# These owners will be the default owners for everything in the
4
4
# repo. Unless a later match takes precedence, these owners will be
5
5
# requested for review when someone opens a pull request.
6
- * @ dav3r @ felddy @ jsf9k @ mcdonnnj
6
+ * @ dav3r @ felddy @ jasonodoom @ jsf9k @ mcdonnnj
7
7
8
8
# These folks own any files in the .github directory at the root of
9
9
# the repository and any of its subdirectories.
10
- /.github / @ dav3r @ felddy @ jsf9k @ mcdonnnj
10
+ /.github / @ dav3r @ felddy @ jasonodoom @ jsf9k @ mcdonnnj
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
- id : setup-python
24
24
uses : actions/setup-python@v4
25
25
with :
26
- python-version : " 3.10 "
26
+ python-version : " 3.11 "
27
27
# We need the Go version and Go cache location for the actions/cache step,
28
28
# so the Go installation must happen before that.
29
29
- id : setup-go
30
- uses : actions/setup-go@v3
30
+ uses : actions/setup-go@v4
31
31
with :
32
32
go-version : " 1.19"
33
33
- name : Lookup Go cache directory
89
89
run : go install ${PACKAGE_URL}@${PACKAGE_VERSION}
90
90
- name : Install dependencies
91
91
run : |
92
- python -m pip install --upgrade pip
92
+ python -m pip install --upgrade pip setuptools wheel
93
93
pip install --upgrade --requirement requirements-test.txt
94
94
- name : Set up pre-commit hook environments
95
95
run : pre-commit install-hooks
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,15 +82,15 @@ 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
# Bandit complains about the use of assert() in tests
89
89
exclude : molecule/default/tests
90
90
args :
91
91
- --config=.bandit.yml
92
92
- repo : https://github.com/psf/black
93
- rev : 22.12 .0
93
+ rev : 23.1 .0
94
94
hooks :
95
95
- id : black
96
96
- repo : https://github.com/PyCQA/flake8
@@ -104,7 +104,7 @@ repos:
104
104
hooks :
105
105
- id : isort
106
106
- repo : https://github.com/pre-commit/mirrors-mypy
107
- rev : v0.991
107
+ rev : v1.1.1
108
108
hooks :
109
109
- id : mypy
110
110
- repo : https://github.com/asottile/pyupgrade
@@ -121,7 +121,7 @@ repos:
121
121
122
122
# Terraform hooks
123
123
- repo : https://github.com/antonbabenko/pre-commit-terraform
124
- rev : v1.77.0
124
+ rev : v1.77.1
125
125
hooks :
126
126
- id : terraform_fmt
127
127
- id : terraform_validate
You can’t perform that action at this time.
0 commit comments