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

Add pylint to gitlab-ci

parent ae32d339
No related branches found
No related tags found
1 merge request!28Update gitlab CI
......@@ -14,7 +14,7 @@ before_script:
- python --version
- python3 -m venv venv
- source venv/bin/activate
- pip install black==22.3.0 flake8==4.0.1
- pip install black==22.3.0 flake8==4.0.1 pylint==2.13.8
stages:
- lint
......@@ -32,3 +32,10 @@ flake8:
stage: lint
script:
- flake8 .
pylint:
tags:
- lint
stage: lint
script:
- pylint app *.py
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