]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add F821 which for some reason is some new thing flake8 wants to complain about
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Jan 2019 03:00:36 +0000 (21:00 -0600)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Jan 2019 03:00:36 +0000 (21:00 -0600)
Change-Id: I27df129ae883d75217ec07ff6d0139447444cc60

setup.cfg

index f0c0d4d5af30568c54e77749652f98c51cca8dc9..a91cad58fd2bc925a448faa2193307f4f935ff06 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,7 +30,7 @@ ignore =
     A003,
     D,
     E203,E305,E711,E712,E721,E722,E741,
-    F841,
+    F821,F841,
     N801,N802,N806,
     RST304,RST303,RST299,RST399,
     W503,W504