@@ -101,6 +101,7 @@ repos:
101
101
# hooks:
102
102
# - id: mypy
103
103
# require_serial: True
104
+ # language: python
104
105
# # N.B. mypy requires an installed version of whatever third-party
105
106
# # library it is asked to check against. In practice, that means
106
107
# # whenever we see an error telling us to do so, we should add the
@@ -117,16 +118,13 @@ repos:
117
118
rev : v1.5.0
118
119
hooks :
119
120
- id : yesqa
121
+ language : python
120
122
# N.B. keep these in sync with flake8, otherwise yesqa will remove
121
123
# required noqa's related to these plugins
122
124
additional_dependencies : &flake8deps
123
- # renovate: datasource=pypi depName=flake8-2020
124
125
- flake8-2020==1.8.1
125
- # renovate: datasource=pypi depName=flake8-broken-line
126
126
- flake8-broken-line==1.0.0
127
- # renovate: datasource=pypi depName=flake8-builtins
128
127
- flake8-builtins==2.5.0
129
- # renovate: datasource=pypi depName=flake8-comprehensions
130
128
- flake8-comprehensions==3.15.0
131
129
files : coveralls/.*
132
130
# TODO: debug why CoverallsException breaks this
@@ -158,6 +156,7 @@ repos:
158
156
rev : 7.1.2
159
157
hooks :
160
158
- id : flake8
159
+ language : python
161
160
additional_dependencies : *flake8deps
162
161
args :
163
162
# https://www.flake8rules.com/
@@ -199,8 +198,8 @@ repos:
199
198
hooks :
200
199
- id : check-github-workflows
201
200
- id : check-renovate
201
+ language : python
202
202
additional_dependencies :
203
- # renovate: datasource=pypi depName=pyjson5
204
203
- pyjson5==1.6.9
205
204
206
205
# docker
0 commit comments