Overall linting #3
@@ -20,7 +20,7 @@ steps:
|
|||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pylint wsgi.py app/*.py
|
- pylint --ignore-paths app/config.py wsgi.py app/*.py
|
||||||
volumes:
|
volumes:
|
||||||
- name: pip_cache
|
- name: pip_cache
|
||||||
path: /root/.cache/pip
|
path: /root/.cache/pip
|
||||||
|
|||||||
Reference in New Issue
Block a user