Fix drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Michel Roux 2022-01-18 20:51:36 +00:00
parent d3a7ac0fc2
commit eefad088f0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ type: docker
steps:
- name: epub
image: python-slim
image: python:slim
commands:
- pip install flake8 black
- flake8 --ignore=501