]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- D rules seem to have been added overnight to the flake8 plugin
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Feb 2016 17:07:39 +0000 (12:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Feb 2016 17:15:35 +0000 (12:15 -0500)
I'm using and many of these seem contradictory and/or undesirable.
block all until individual rules can be approved.

tox.ini

diff --git a/tox.ini b/tox.ini
index d6deea8f3db03eaff4e952af8e3701041d7f3ad3..8a4939fd93d36275a06d9d2b79fee8adb5bae9cb 100644 (file)
--- 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