]> 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:05:05 +0000 (21:05 -0600)
Change-Id: I4658615f450ed670bbde39e085e1b1f913e3736f
(cherry picked from commit b8f9517cddf41dbb47ae4ad120141c7ab1a29ac5)

setup.cfg

index 8b95a02a95fe4baf1c43d8342d0bf090ea8d762b..885a368cf649c763592cc9dc9515570b2840ae09 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