From 59249cf503f88c4c47b0c204a62395f058c662b3 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 24 Feb 2014 10:27:55 -0800 Subject: 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. --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') 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 -- cgit v1.2.3