From: Mike Bayer Date: Tue, 2 Feb 2016 17:07:39 +0000 (-0500) Subject: - D rules seem to have been added overnight to the flake8 plugin X-Git-Tag: rel_1_1_0b1~98^2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86660fef7ee16578330334abfba58be1304e3f97;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - D rules seem to have been added overnight to the flake8 plugin I'm using and many of these seem contradictory and/or undesirable. block all until individual rules can be approved. --- diff --git a/tox.ini b/tox.ini index d6deea8f3d..8a4939fd93 100644 --- a/tox.ini +++ b/tox.ini @@ -67,6 +67,6 @@ commands = python -m flake8 {posargs} [flake8] show-source = True -ignore = E711,E712,E721,N806 +ignore = E711,E712,E721,N806,D exclude=.venv,.git,.tox,dist,doc,*egg,build