mirror of https://github.com/rq/rq.git
Move the flake8 config to setup.cfg
My editor (atom) reads the setup.cfg but doesn't parse the cmd-line args in the tox.ini. So lets move the flake8 config to setup.cfg.
This commit is contained in:
parent
eaa001c722
commit
c6765e12ff
|
@ -4,3 +4,7 @@ requires = redis >= 2.7.0
|
||||||
|
|
||||||
[wheel]
|
[wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
max-line-length=120
|
||||||
|
ignore=E731
|
Loading…
Reference in New Issue