From: Mike Bayer Date: Thu, 31 Jan 2019 03:00:36 +0000 (-0600) Subject: add F821 which for some reason is some new thing flake8 wants to complain about X-Git-Tag: rel_1_3_0b3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e29997dccd615aed45ed6fee80c9c1d78a16ecf;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add F821 which for some reason is some new thing flake8 wants to complain about Change-Id: I27df129ae883d75217ec07ff6d0139447444cc60 --- diff --git a/setup.cfg b/setup.cfg index f0c0d4d5af..a91cad58fd 100644 --- 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