aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-21 21:00:20 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-21 21:01:40 -0700
commitafdddcac0a991a30293de6e65d2ac398d3a56b47 (patch)
tree2db541bb92b728b5809d6e079d3bc6af3dab777f /tox.ini
parent49b15bf1e2691338c60cb05ab06714b9f3136c81 (diff)
downloadcryptography-afdddcac0a991a30293de6e65d2ac398d3a56b47.tar.gz
cryptography-afdddcac0a991a30293de6e65d2ac398d3a56b47.tar.bz2
cryptography-afdddcac0a991a30293de6e65d2ac398d3a56b47.zip
Enable all the flake8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 187bff84..b437a7a9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,8 +19,7 @@ commands =
[testenv:pep8]
deps = flake8
-# E128 continuation line under-indented for visual indent
-commands = flake8 --ignore="E128" .
+commands = flake8 .
[flake8]
exclude = .tox,*.egg