From: Mike Bayer Date: Thu, 31 Jan 2019 03:04:47 +0000 (-0600) Subject: Add F632 another issue that just popped up X-Git-Tag: rel_1_2_18~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560b5dee3b4074c473cae5a1552d769c497aada4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add F632 another issue that just popped up Change-Id: I4658615f450ed670bbde39e085e1b1f913e3736f (cherry picked from commit b8f9517cddf41dbb47ae4ad120141c7ab1a29ac5) --- diff --git a/setup.cfg b/setup.cfg index 8b95a02a95..885a368cf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ ignore = A003, D, E203,E305,E711,E712,E721,E722,E741, - F821,F841, + F821,F841,F632 N801,N802,N806, RST304,RST303,RST299,RST399, W503,W504