mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +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
|
||||
|
||||
script:
|
||||
- pep8 --ignore E201,E202,E501 .
|
||||
- pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' .
|
||||
|
|
Loading…
Reference in New Issue
Block a user