Fix lint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-05-08 16:13:53 +02:00
parent 6541aad040
commit 043984c318
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@ name: default
type: docker type: docker
steps: steps:
- name: flake8 - name: lint
image: python:slim image: python:slim
commands: commands:
- pip install poetry - pip install poetry
- poetry install - poetry install
- flake8 - poetry run flake8
- mypy . - poetry run mypy .
- name: docker - name: docker
image: plugins/docker image: plugins/docker