From 2291b6d7da284cca6c14dde6caa9a02986f6b0c3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 2 Feb 2016 12:07:39 -0500 Subject: [PATCH] - 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3