mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-20 10:01:52 +00:00
Move .pep8 to setup.cfg.
This commit is contained in:
parent
8facd2448d
commit
f0cc78f01f
2 changed files with 4 additions and 3 deletions
|
|
@ -1,3 +0,0 @@
|
|||
[pep8]
|
||||
max-line-length = 120
|
||||
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue