pycodestyle is a Python style guide checker
$ docker run --rm -v /path/to/python/code:/code omercnet/pycodestyle
Exclude files or directories:
$ docker run --rm -v /path/to/python/code:/code \
omercnet/pycodestyle --exclude=skins /code
See pycodestyle --help for more options:
$ docker run --rm omercnet/pycodestyle --help
Content type
Image
Digest
Size
30 MB
Last updated
over 9 years ago
docker pull omercnet/pycodestyle