Sign inSign up

mverleg/python_clean

By mverleg

Updated almost 4 years ago

Format and lint your Python code without installing packages

Image
0

1.2K

mverleg/python_clean repository overview

Python clean

Format and lint Python code without installing packages, by simply running this Docker image:

docker run --rm -v "$(pwd):/code" -it mverleg/python_clean

Uses:

  • expand to replace tabs by 4 spaces
  • black for formatting
  • isort for organizing dependencies
  • autopep8 to fix some pep8 issues
  • flake8 to find (but no fix) potential problems

Tag summary

Content type

Image

Digest

sha256:d7cea3600

Size

90.6 MB

Last updated

almost 4 years ago

docker pull mverleg/python_clean