pycodestyle: ignore check for lines that are to long, as a max length of 79 gets ugly really quick.
This commit is contained in:
parent
4db168b750
commit
6870ef8f4a
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ codestyle:
|
||||||
- apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools build-essential
|
- apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools build-essential
|
||||||
- pip3 install wheel pycodestyle mypy
|
- pip3 install wheel pycodestyle mypy
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- pycodestyle matemat
|
- pycodestyle --ignore=E501 matemat
|
||||||
- mypy matemat
|
- mypy matemat
|
||||||
|
|
Loading…
Reference in a new issue