Format and lint your Python code without installing packages
1.2K
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 spacesblack for formattingisort for organizing dependenciesautopep8 to fix some pep8 issuesflake8 to find (but no fix) potential problemsContent type
Image
Digest
sha256:d7cea3600…
Size
90.6 MB
Last updated
almost 4 years ago
docker pull mverleg/python_clean