diff --git a/setup.cfg b/setup.cfg index 2e98fb6c76..7ce0077f3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,10 +16,6 @@ markers = ignore = E731,W504 max-line-length = 120 -[flake8] -ignore = E731,W504,F401,F841 -max-line-length = 120 - [coverage:run] exclude_lines = pragma: no cover @@ -30,3 +26,7 @@ exclude_lines = raise NotImplementedError if 0: if __name__ == .__main__.: + +[flake8] +ignore = E731,W504,F401,F841 +max-line-length = 120