A minimal flake8 image with default .flake8 for Django projects
10K+
A minimal flake8 image useful for linting python files.
// Lint all python files in the current and sub directories
docker run --rm -v `pwd`:/workspace wpengine/flake8 /workspace
There is an included flake8 file that enforces some sane defaults for django projects. If you would like to override the configuration, you must mount your flake8 file over the system one.
docker run --rm -v `pwd`:/workspace -v /full/path/to/.flake8:/.flake8 wpengine/flake8 /workspace
Content type
Image
Digest
sha256:29e0d96ca…
Size
331.7 MB
Last updated
about 2 months ago
docker pull wpengine/flake8