diff --git a/setup.cfg b/setup.cfg index bdf2170..7bb61ca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,3 +4,7 @@ requires = redis >= 2.7.0 [wheel] universal = 1 + +[flake8] +max-line-length=120 +ignore=E731 \ No newline at end of file diff --git a/tox.ini b/tox.ini index c3ec20f..28b6aef 100644 --- a/tox.ini +++ b/tox.ini @@ -20,4 +20,4 @@ basepython = python2.7 deps = flake8 commands = - flake8 rq tests --max-line-length=120 --ignore=E731 + flake8 rq tests