Sign inSign up

pejmans21/python-linting

By pejmans21

Updated almost 4 years ago

listing tool for python codes [ isort, black, flake8, pylint ]

Image
0

331

pejmans21/python-linting repository overview

Usage

isort
docker run --rm -it -v /path/to/code:/code pejmans21/python-linting isort .
black
docker run --rm -it -v /path/to/code:/code pejmans21/python-linting black .
flake8
docker run --rm -it -v /path/to/code:/code pejmans21/python-linting flake8 . --docstring-convention=google
pylint
docker run --rm -it -v /path/to/code:/code pejmans21/python-linting pylint *.py

Tag summary

Content type

Image

Digest

sha256:a073582db

Size

59.2 MB

Last updated

almost 4 years ago

docker pull pejmans21/python-linting