We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447b864 commit 7350672Copy full SHA for 7350672
tox.ini
@@ -168,6 +168,9 @@ commands =
168
basepython =
169
flake: python3
170
deps =
171
+ flake: flake8>=5.0.0
172
+ mccabe>=0.7.0
173
+ flake8-comprehensions>=3.15.0
174
{[base]deps}
175
commands = flake8 --ignore=W191,W391 --verbose --max-line-length=100 --count --exclude=site-packages,activate_this.py
176
@@ -179,8 +182,8 @@ whitelist_externals = make
179
182
passenv =
180
183
{[base]passenv}
181
184
- docs: sphinx>=5.2
- flake8>=2.5.4
185
+ docs: sphinx>=7.3
186
+ flake8>=5.0.0
187
mccabe>=0.6.1
188
pyflakes>=1.1.0
189
pep8>=1.7.0
0 commit comments