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_0_12~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2291b6d7da284cca6c14dde6caa9a02986f6b0c3;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 299ca28633..0ef80fb659 100644 --- a/tox.ini +++ b/tox.ini @@ -55,6 +55,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