File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 92
92
hooks :
93
93
- id : mypy
94
94
require_serial : True
95
+ language : python
95
96
# N.B. mypy requires an installed version of whatever third-party
96
97
# library it is asked to check against. In practice, that means
97
98
# whenever we see an error telling us to do so, we should add the
@@ -108,6 +109,7 @@ repos:
108
109
rev : v1.5.0
109
110
hooks :
110
111
- id : yesqa
112
+ language : python
111
113
# N.B. keep these in sync with flake8, otherwise yesqa will remove
112
114
# required noqa's related to these plugins
113
115
additional_dependencies : &flake8deps
@@ -132,6 +134,7 @@ repos:
132
134
rev : 7.0.0
133
135
hooks :
134
136
- id : flake8
137
+ language : python
135
138
additional_dependencies : *flake8deps
136
139
args :
137
140
# https://www.flake8rules.com/
@@ -155,7 +158,7 @@ repos:
155
158
entry : bash -c 'set -e; for toml in "$@"; do pushd ./${toml%pyproject.toml}; poetry check; popd; done' --
156
159
language : python
157
160
additional_dependencies :
158
- - poetry>=1.5.0
161
+ - poetry==1.8.5
159
162
pass_filenames : true
160
163
files : ' pyproject\.toml$'
161
164
- id : poetry-use-version-ranges
@@ -189,8 +192,9 @@ repos:
189
192
hooks :
190
193
- id : check-github-workflows
191
194
- id : check-renovate
195
+ language : python
192
196
additional_dependencies :
193
- - pyjson5
197
+ - pyjson5==1.6.9
194
198
195
199
# docker
196
200
- repo : https://github.com/AleksaC/hadolint-py
You can’t perform that action at this time.
0 commit comments