diff --git a/setup.cfg b/setup.cfg index 2de51aa2e95..94a9f943ef3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ doc-files = doc [flake8] exclude = __init__.py,*externals*,constants.py,fixes.py,resources.py -ignore = W503,W504,I100,I101,I201,N806,E201,E202,E221,E222,E241 +ignore = W503,W504,I100,I101,I201,N806,E201,E202,E221,E222,E241,E741 # We add A for the array-spacing plugin, and ignore the E ones it covers above select = A,E,F,W,C