ignore long lines

This commit is contained in:
Wolfgang Hottgenroth 2020-08-26 18:49:04 +02:00
parent 6f105a6a12
commit ce41933381
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -11,7 +11,7 @@ build:
- docker
script:
- for I in *.py; do python -m py_compile $I; done
- for I in *.py; do python -m pycodestyle --max-line-length=120 $I; done
- for I in *.py; do python -m pycodestyle --ignore=E501 $I; done
release:
stage: release