Mypy fix
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Michel Roux 2023-01-11 13:40:03 +01:00
parent 684f4b9891
commit d20fff0807
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ steps:
- pip install poetry
- poetry install
- poetry run flake8
- poetry run mypy
- poetry run mypy .
- name: epub
image: python:3.11.1
commands: