Created
January 21, 2016 07:18
-
-
Save androidzhibinw/80b9fbb1a24365c22ffb to your computer and use it in GitHub Desktop.
usage of autopep8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install autopep8 | |
autopep8 your_script.py # dry-run, only print | |
autopep8 -i your_script.py # replace content |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment