diff options
Diffstat (limited to 'python/pep8/README')
-rw-r--r-- | python/pep8/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/pep8/README b/python/pep8/README new file mode 100644 index 0000000000..a169dbd683 --- /dev/null +++ b/python/pep8/README @@ -0,0 +1,4 @@ +pep8 is a tool to check your Python code against some of the style +conventions in PEP 8 <http://www.python.org/dev/peps/pep-0008/>. + +This requires pysetuptools. |