mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-09 05:04:54 +00:00
7 lines
199 B
INI
7 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
|