aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-02-24 10:27:55 -0800
committerDavid Reid <dreid@dreid.org>2014-02-24 10:27:55 -0800
commit59249cf503f88c4c47b0c204a62395f058c662b3 (patch)
treedab7c3d09cfd9065353f73a376e1eecbac623e56 /tox.ini
parent79cdb55f469b4a493f2c084b8cf786723c01fbac (diff)
downloadcryptography-59249cf503f88c4c47b0c204a62395f058c662b3.tar.gz
cryptography-59249cf503f88c4c47b0c204a62395f058c662b3.tar.bz2
cryptography-59249cf503f88c4c47b0c204a62395f058c662b3.zip
Select all errors, warnings, and flakes.
This makes sure we're taken care of incase more stuff ever gets added to the default ignores for flake8.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 5ff08779..4248db38 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,3 +41,4 @@ commands = flake8 .
[flake8]
exclude = .tox,*.egg
+select = E,W,F