fix(drone): now ignore config.py in pylint step
This commit is contained in:
@@ -20,7 +20,7 @@ steps:
|
||||
image: python
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- pylint wsgi.py app/*.py
|
||||
- pylint --ignore-paths app/config.py wsgi.py app/*.py
|
||||
volumes:
|
||||
- name: pip_cache
|
||||
path: /root/.cache/pip
|
||||
|
||||
Reference in New Issue
Block a user