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
steps:
- name: flake8
- name: lint
image: python:slim
commands:
- pip install poetry
- poetry install
- flake8
- mypy .
- poetry run flake8
- poetry run mypy .
- name: docker
image: plugins/docker