jenkins-bot merged this change.
[tox] use newest flake8-coding
With d115486a90d7 flake3 was enabled. Now we can use the newest flake8-coding.
Change-Id: I7a0d6338a79623c4954673e1cb095f0e0b8c5c60
---
M tox.ini
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tox.ini b/tox.ini
index 81c870e..590c342 100644
--- a/tox.ini
+++ b/tox.ini
@@ -54,13 +54,13 @@
flake8 --version
flake8 --doctests {posargs}
basepython = python2.7
-deps = flake8
+deps = flake8 >= 3.0.2
pyflakes >= 1.1
pydocstyle
hacking
flake8-docstrings>=1.1.0
flake8-per-file-ignores
- flake8-coding<1.3.0
+ flake8-coding
flake8-comprehensions
flake8-future-import
flake8-string-format
To view, visit change 431082. To unsubscribe, visit settings.