Sign inSign up

wpengine/flake8

By wpengine

•Updated about 2 months ago

A minimal flake8 image with default .flake8 for Django projects

Image
0

10K+

wpengine/flake8 repository overview

⁠flake8

A minimal flake8 image useful for linting python files.

https://flake8.pycqa.org/⁠

⁠usage

// Lint all python files in the current and sub directories

docker run --rm -v `pwd`:/workspace wpengine/flake8 /workspace

⁠configuration

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

Tag summary

Content type

Image

Digest

sha256:29e0d96ca…

Size

331.7 MB

Last updated

about 2 months ago

docker pull wpengine/flake8