cookiecutter-django/{{cookiecutter.project_slug}}/setup.cfg

8 lines
199 B
INI
Raw Permalink Normal View History

[flake8]
max-line-length = 120
2015-09-24 10:33:33 +03:00
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
2015-09-26 10:47:44 +03:00
[pep8]
max-line-length = 120
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules