Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
self-reg
Commits
ac1527de
Commit
ac1527de
authored
May 18, 2020
by
Bo-Chun Chen
Browse files
Remove flake8
parent
87afd04f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ac1527de
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment