Set max line lenght to 100 chars

This commit is contained in:
surister 2019-12-21 23:24:58 +01:00
parent fffc60391a
commit c16e76a5a0

View File

@ -4,5 +4,5 @@ python:
install:
- pip install flake8
script:
- flake8 .
- flake8 flake8 --max-line-length=100 .
- python tests/syntax_checker.py