A Docker image with Python 3 and Flake8 preinstalled and pre-configured to my tastes.
10K+
This image is meant to be used to quickly check if code is alright. My use case is automated CI runs.
python:3-alpine.flake file.Image is pre-configured to have flake8 as its entryppoint and
starts in /project (empty, bind-mount your code in there).
So, assuming your code is world-readable, to lint your files, all you have to run is:
docker -it --rm -v $(pwd):/project drdaeman/flake8
Content type
Image
Digest
Size
19.9 MB
Last updated
over 5 years ago
docker pull drdaeman/flake8