diff --git a/setup.cfg b/setup.cfg index b093a20b5..de1f48545 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,7 @@ logging-clear-handlers=1 eval-attr="!=slow" [flake8] +min-version = 2.7 # Default pyflakes errors we ignore: # - E241: missing whitespace after ',' (used to align visually) # - E221: multiple spaces before operator (used to align visually)