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: steps:
- name: epub - name: epub
image: python-slim image: python:slim
commands: commands:
- pip install flake8 black - pip install flake8 black
- flake8 --ignore=501 - flake8 --ignore=501