ErrorCodes - PyCQA/pycodestyle GitHub Wiki

Moved to the pep8 documentation

Note: most errors can be listed with such one-liner:

python pep8.py --first --select E,W testsuite/ --format '%(code)s: %(text)s'