cookiecutter-django/{{cookiecutter.repo_name}}/setup.cfg
2015-09-26 00:47:44 -07:00

8 lines
199 B
INI

[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