diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b1cc07e5112ebb34552dd834e98182e31f5834c..d93cd99a0df80a4d1d81ec102262eaab431cb8b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ image: "python:3.7" before_script: - python --version - - pip install flake8 - pip install pylint stages: @@ -13,5 +12,4 @@ linting: - lint stage: lint script: - - flake8 --exclude=tests.py --max-line-length=120 *.py app - pylint --ignore=tests.py --max-line-length=120 *.py app