change [pep8] to [pycodestyle] on setup.cfg

use [pycodestyle] instead of [pep8] on setup.cfg because [pep8] section is deprecated after 2.1.0 version of pycodestyle
This commit is contained in:
Fábio C. Barrionuevo da Luz 2017-04-29 18:57:23 -03:00 committed by GitHub
parent 9037fb57f3
commit fb0aaced34

View File

@ -2,6 +2,6 @@
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
[pep8]
[pycodestyle]
max-line-length = 120
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules