mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-18 12:30:57 +03:00
Better .pep8 excludes
This commit is contained in:
parent
54d1742446
commit
8facd2448d
|
@ -1,3 +1,3 @@
|
||||||
[pep8]
|
[pep8]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
exclude=*/migrations/*
|
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
||||||
|
|
Loading…
Reference in New Issue
Block a user