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_3_0b3~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8f9517cddf41dbb47ae4ad120141c7ab1a29ac5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add F632 another issue that just popped up Change-Id: I4658615f450ed670bbde39e085e1b1f913e3736f --- diff --git a/setup.cfg b/setup.cfg index a91cad58fd..24a805f26d 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