mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Move .pep8 to setup.cfg.
This commit is contained in:
parent
8facd2448d
commit
f0cc78f01f
|
@ -1,3 +0,0 @@
|
||||||
[pep8]
|
|
||||||
max-line-length = 120
|
|
||||||
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
|
|
@ -1,3 +1,7 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
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 New Issue
Block a user