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
...@@ -2,7 +2,6 @@ image: "python:3.7" ...@@ -2,7 +2,6 @@ image: "python:3.7"
before_script: before_script:
- python --version - python --version
- pip install flake8
- pip install pylint - pip install pylint
stages: stages:
...@@ -13,5 +12,4 @@ linting: ...@@ -13,5 +12,4 @@ linting:
- lint - lint
stage: lint stage: lint
script: script:
- flake8 --exclude=tests.py --max-line-length=120 *.py app
- pylint --ignore=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