Skip to content

Commit 1ffe12e

Browse files
committed
Increase the max-line-length to 100 #12
Signed-off-by: Thomas Druez <tdruez@nexb.com>
1 parent b8d81e4 commit 1ffe12e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ python: 3.6
44
install: pip install pycodestyle
55

66
before_script:
7-
- pycodestyle --exclude=migrations,settings.py .
7+
- pycodestyle --exclude=migrations,settings.py --max-line-length=100 .

0 commit comments

Comments
 (0)