diff --git a/setup.cfg b/setup.cfg index 088f88c2b..ed50d8d0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,6 +39,6 @@ nodepool_base = [flake8] # These are ignored intentionally in zuul projects; # please don't submit patches that solely correct them or enable them. -ignore = E124,E125,E129,E402,E741,W503,W504 +ignore = E124,E125,E129,E402,E741,W503,W504,F824 show-source = True exclude = .venv,.tox,dist,doc,build,*.egg