Do not use slim image anymore
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-10-26 14:03:41 +00:00
parent 133ec90b1e
commit 83c92f7342
1 changed files with 1 additions and 1 deletions

View File

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