Do not use slim image anymore
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michel Roux 2022-10-26 14:03:41 +00:00
parent 133ec90b1e
commit 83c92f7342

View File

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