mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 11:02:22 +03:00
Set max line lenght to 120 for pep8
This commit is contained in:
parent
59dd3c6ef5
commit
8a3c2ff2a9
|
@ -4,4 +4,4 @@ before_install:
|
||||||
- time pip install pep8
|
- time pip install pep8
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pep8 --ignore E201,E202,E501 .
|
- pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user