Skip to content
Snippets Groups Projects
Commit ac1527de authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Remove flake8

parent 87afd04f
No related branches found
No related tags found
No related merge requests found
Pipeline #2636 failed with stage
in 46 seconds
......@@ -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
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