summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-02-02 12:07:39 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2016-02-02 12:15:35 -0500
commit86660fef7ee16578330334abfba58be1304e3f97 (patch)
tree7c6dcceef8c3a50ab469b9ebb450c2d0d0f3a3e0
parente0a580b3d055a600afae61840058a5a30ef5fe74 (diff)
downloadsqlalchemy-86660fef7ee16578330334abfba58be1304e3f97.tar.gz
- 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.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d6deea8f3..8a4939fd9 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