From: Mike Bayer Date: Wed, 17 Sep 2014 19:39:47 +0000 (-0400) Subject: - we can start checking these flake rules X-Git-Tag: rel_1_0_0b1~70^2~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=354e118f4be39f240a566a290794dc176cb0d52f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - we can start checking these flake rules --- diff --git a/tox.ini b/tox.ini index e81ae46974..6685906112 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,6 @@ commands = python -m flake8 {posargs} [flake8] show-source = True -ignore = E711,E712,E721,F841,F811 +ignore = E711,E712,E721 exclude=.venv,.git,.tox,dist,doc,*egg,build