diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-06-18 16:06:20 +0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-06-18 19:16:53 -0500 |
commit | 3879f1eb8422212ac3e35b64c5a542363ffb6d50 (patch) | |
tree | 65f2b28c0fc7dfadfabe2c4f33600a1bbc895aaf /python/pycodestyle/README | |
parent | e33b3a300e3b9da336d7a7055b6d22d4fe326d8e (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/README | 2 |
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. |