Overall linting #3

Merged
alexandre merged 13 commits from linting into master 2021-12-06 21:29:02 +01:00
Showing only changes of commit b1f8c3f277 - Show all commits

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