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
93
93
run : go install ${PACKAGE_URL}@${PACKAGE_VERSION}
94
94
- name : Install dependencies
95
95
run : |
96
- python -m pip install --upgrade pip
96
+ python -m pip install --upgrade pip setuptools wheel
97
97
pip install --upgrade --requirement requirements-test.txt
98
98
- name : Set up pre-commit hook environments
99
99
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
83
83
# Python hooks
84
84
# Run bandit on the "tests" tree with a configuration
85
85
- repo : https://github.com/PyCQA/bandit
86
- rev : 1.7.4
86
+ rev : 1.7.5
87
87
hooks :
88
88
- id : bandit
89
89
name : bandit (tests tree)
98
98
name : bandit (everything else)
99
99
exclude : tests
100
100
- repo : https://github.com/psf/black
101
- rev : 22.12 .0
101
+ rev : 23.1 .0
102
102
hooks :
103
103
- id : black
104
104
- repo : https://github.com/PyCQA/flake8
@@ -112,7 +112,7 @@ repos:
112
112
hooks :
113
113
- id : isort
114
114
- repo : https://github.com/pre-commit/mirrors-mypy
115
- rev : v0.991
115
+ rev : v1.1.1
116
116
hooks :
117
117
- id : mypy
118
118
additional_dependencies :
@@ -133,7 +133,7 @@ repos:
133
133
134
134
# Terraform hooks
135
135
- repo : https://github.com/antonbabenko/pre-commit-terraform
136
- rev : v1.77.0
136
+ rev : v1.77.1
137
137
hooks :
138
138
- id : terraform_fmt
139
139
- id : terraform_validate
You can’t perform that action at this time.
0 commit comments