Skip to content
Snippets Groups Projects
Commit e64486d1 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Added PEP8 check to GitLab CI.

parent df16e573
No related branches found
No related tags found
No related merge requests found
before_script:
- pip install pep8
pep8:
script:
# Run pep8 check.
# https://pep8.readthedocs.io/en/latest/intro.html#error-codes
# Ignored errors:
# - E501: line too long
# - E731: do not assign a lambda expression, use a def
- pep8 --ignore=E501,E731 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment