]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add F632 another issue that just popped up
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Jan 2019 03:04:47 +0000 (21:04 -0600)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Jan 2019 03:04:47 +0000 (21:04 -0600)
Change-Id: I4658615f450ed670bbde39e085e1b1f913e3736f

setup.cfg

index a91cad58fd2bc925a448faa2193307f4f935ff06..24a805f26d75fbb010bf1c584576d6f398a7f9e1 100644 (file)
--- 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