Skip to content

Commit 7350672

Browse files
[CI] Minor tweak to tox.ini
Changes in file tox.ini: - minor tweaks
1 parent 447b864 commit 7350672

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ commands =
168168
basepython =
169169
flake: python3
170170
deps =
171+
flake: flake8>=5.0.0
172+
mccabe>=0.7.0
173+
flake8-comprehensions>=3.15.0
171174
{[base]deps}
172175
commands = flake8 --ignore=W191,W391 --verbose --max-line-length=100 --count --exclude=site-packages,activate_this.py
173176

@@ -179,8 +182,8 @@ whitelist_externals = make
179182
passenv =
180183
{[base]passenv}
181184
deps =
182-
docs: sphinx>=5.2
183-
flake8>=2.5.4
185+
docs: sphinx>=7.3
186+
flake8>=5.0.0
184187
mccabe>=0.6.1
185188
pyflakes>=1.1.0
186189
pep8>=1.7.0

0 commit comments

Comments
 (0)