fix(drone): now ignore config.py in pylint step
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2021-12-06 20:52:05 +01:00
parent c10e01706a
commit b1f8c3f277

View File

@@ -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