aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ad75354..800b134 100644
--- a/tox.ini
+++ b/tox.ini
@@ -64,5 +64,5 @@ basepython=python2.7
basepython=python3.6
[flake8]
-ignore = W391, W503
+ignore = W391, W503, E501
max-line-length = 88