Commit 98524b3c authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 604102a7
Pipeline #12122 passed with stage
in 11 seconds
...@@ -35,7 +35,8 @@ lint: ...@@ -35,7 +35,8 @@ lint:
paths: paths:
- .cache/pip - .cache/pip
before_script : before_script :
- pip install flake8 - mkdir -p .cache/pip
- pip install --cache-dir=.cache/pip flake8
script: script:
- echo "Linting Python code.." - echo "Linting Python code.."
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment