Created
April 1, 2012 23:10
-
-
Save perrygeo/2279331 to your computer and use it in GitHub Desktop.
pep8 tricks
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
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