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_2_18~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=899492d27c7e393141620a05404641fa5d022c0a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add F821 which for some reason is some new thing flake8 wants to complain about Change-Id: I27df129ae883d75217ec07ff6d0139447444cc60 (cherry picked from commit 1e29997dccd615aed45ed6fee80c9c1d78a16ecf) --- diff --git a/setup.cfg b/setup.cfg index ec6da6057f..8b95a02a95 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