Skip to content

Instantly share code, notes, and snippets.

@androidzhibinw
Created January 21, 2016 07:18
Show Gist options
  • Save androidzhibinw/80b9fbb1a24365c22ffb to your computer and use it in GitHub Desktop.
Save androidzhibinw/80b9fbb1a24365c22ffb to your computer and use it in GitHub Desktop.
usage of autopep8
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