aboutsummaryrefslogtreecommitdiff
path: root/python/pycodestyle/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2016-06-18 16:06:20 +0300
committerRobby Workman <rworkman@slackbuilds.org>2016-06-18 19:16:53 -0500
commit3879f1eb8422212ac3e35b64c5a542363ffb6d50 (patch)
tree65f2b28c0fc7dfadfabe2c4f33600a1bbc895aaf /python/pycodestyle/README
parente33b3a300e3b9da336d7a7055b6d22d4fe326d8e (diff)
python/pycodestyle: Added (Python style guide checker).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pycodestyle/README')
-rw-r--r--python/pycodestyle/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pycodestyle/README b/python/pycodestyle/README
new file mode 100644
index 000000000000..878812eec357
--- /dev/null
+++ b/python/pycodestyle/README
@@ -0,0 +1,2 @@
+pycodestyle is a tool to check your Python code against some of the
+style conventions in PEP 8.