forked from PyCQA/pycodestyle
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
florentx edited this page Jan 25, 2013
·
12 revisions
Welcome to the pep8 wiki!
pep8
is a tool to check your Python code against some of the style conventions in PEP-8
See also:
- the README.rst
- the list of known packages and tools which depend on pep8, or related to Python code quality
The other widely used convention is the Twisted coding standard. There is a valid reason for Twisted not to follow all the rules of the PEP8 standard.
The Twisted coding standard is not supported by the pep8
tool.