Commit e3c1faab authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 25a130ad
Pipeline #12034 failed
......@@ -18,7 +18,7 @@ lint:
image: python:3.10
before_script :
- pip install --upgrade pip
-pip install flake8
- pip install flake8
script:
- echo "Linting Python code.."
- 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