Fix drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Michel Roux 2022-01-18 20:51:36 +00:00
parent d3a7ac0fc2
commit eefad088f0

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