[CI] refacto python lint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2020-02-15 16:28:58 +01:00
parent fab17af07a
commit c6fcb571de

View file

@ -3,12 +3,10 @@ name: lint
steps: steps:
- name: pylint - name: pylint
image: python:slim image: eeacms/pylint
commands: commands:
- "echo \"==> Pylint ...\"" - pip install -r requirements.txt
- pip install -r requirements.txt - pylint *.py
- pip install pylint
- pylint *.py
- name: docker lint - name: docker lint
image: hadolint/hadolint image: hadolint/hadolint