Move .pep8 to setup.cfg.

This commit is contained in:
Audrey Roy Greenfeld 2015-09-26 00:47:44 -07:00
parent 8facd2448d
commit f0cc78f01f
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +0,0 @@
[pep8]
max-line-length = 120
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules

View File

@ -1,3 +1,7 @@
[flake8]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
[pep8]
max-line-length = 120
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules