Skip to content

Instantly share code, notes, and snippets.

@perrygeo
Created April 1, 2012 23:10
Show Gist options
  • Save perrygeo/2279331 to your computer and use it in GitHub Desktop.
Save perrygeo/2279331 to your computer and use it in GitHub Desktop.
pep8 tricks
pep8 --statistics -qq --filename=*.py /usr/local/src/madrona/madrona/
pep8 --select=E202,E201 --repeat . > ~/pep8.txt
vim -q ~/pep8.txt
# :map z :cn
# type z to cycle through all instances; puts your cursor right on the spot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment