Set max line lenght to 100 chars
This commit is contained in:
parent
fffc60391a
commit
c16e76a5a0
@ -4,5 +4,5 @@ python:
|
||||
install:
|
||||
- pip install flake8
|
||||
script:
|
||||
- flake8 .
|
||||
- flake8 flake8 --max-line-length=100 .
|
||||
- python tests/syntax_checker.py
|
||||
|
Loading…
Reference in New Issue
Block a user