From: Mike Bayer Date: Thu, 10 Mar 2016 21:47:52 +0000 (-0500) Subject: - ignore more annoying flake rules we aren't checking yet X-Git-Tag: rel_0_8_6~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36f105c2f11ccf262f7330e53e0f0bafa2e227d9;p=thirdparty%2Fsqlalchemy%2Falembic.git - ignore more annoying flake rules we aren't checking yet --- diff --git a/tox.ini b/tox.ini index 9f15bdd2..4f8da111 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ commands = python -m flake8 {posargs} [flake8] show-source = True -ignore = E711,E712,E721,D +ignore = E711,E712,E721,D,N # F841,F811,F401 exclude=.venv,.git,.tox,dist,doc,*egg,build