From 4930151e21b3f0398a7386a85cf842dc898c5ec5 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 3 Mar 2018 11:46:42 -0800 Subject: Bump version of flake8 to 3.5.0 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 943b3568..99efacd3 100644 --- a/tox.ini +++ b/tox.ini @@ -13,5 +13,5 @@ commands = python setup.py isort [testenv:lint] basepython = python2.7 -deps = flake8==3.3.0 +deps = flake8==3.5.0 commands = flake8 -- cgit v1.2.1