pycodestyle: ignore check for lines that are to long, as a max length of 79 gets ugly really quick.

This commit is contained in:
s3lph 2018-06-05 22:48:31 +02:00
parent 4db168b750
commit 6870ef8f4a

View file

@ -22,5 +22,5 @@ codestyle:
- apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools build-essential
- pip3 install wheel pycodestyle mypy
- pip3 install -r requirements.txt
- pycodestyle matemat
- pycodestyle --ignore=E501 matemat
- mypy matemat