summaryrefslogtreecommitdiff
path: root/misc/pep8.py
Commit message (Collapse)AuthorAgeFilesLines
* [pep8] Skip emacs backup filesJohan Dahlin2010-09-061-0/+3
|
* pep8: Update to 99 length linesColin Walters2010-08-311-1/+1
| | | | | 69 is just too short for a compiler with long error messages and nested code.
* Fix pep8.py and its invocation.Chris Rivera2009-05-281-1/+1
| | | | | | | | | | pep8.py:input_file() normally returns the number of errors found in a given file, but it returns an empty dict if the file is excluded. Change it to return 0 instead. config.py is auto-generated with a prefix that may be longer than 80 characters. Exclude config.py in the pep8.py check. This fixes 4042.
* Disable blank line check, it works differently under Python 2.5 from 2.6Johan Dahlin2009-01-031-28/+0
| | | | | | | | | | | 2009-01-03 Johan Dahlin <jdahlin@async.com.br> * misc/pep8.py: Disable blank line check, it works differently under Python 2.5 from 2.6 and was rather annoying from the start. svn path=/trunk/; revision=999
* add a pep8 scriptJohan Dahlin2008-08-101-0/+867
svn path=/trunk/; revision=343