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/slack-desc | |
parent | e33b3a300e3b9da336d7a7055b6d22d4fe326d8e (diff) | |
download | slackbuilds-3879f1eb8422212ac3e35b64c5a542363ffb6d50.tar.gz |
python/pycodestyle: Added (Python style guide checker).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pycodestyle/slack-desc')
-rw-r--r-- | python/pycodestyle/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/pycodestyle/slack-desc b/python/pycodestyle/slack-desc new file mode 100644 index 0000000000..fa608e743a --- /dev/null +++ b/python/pycodestyle/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +pycodestyle: pycodestyle (Python style guide checker) +pycodestyle: +pycodestyle: pycodestyle is a tool to check your Python code against some of the +pycodestyle: style conventions in PEP 8. +pycodestyle: +pycodestyle: Homepage: https://pycodestyle.readthedocs.io/en/latest/ +pycodestyle: +pycodestyle: +pycodestyle: +pycodestyle: +pycodestyle: |