summaryrefslogtreecommitdiffstats
path: root/python/pycodestyle/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2018-02-03 20:07:29 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-10 08:09:38 +0700
commit015b0946de7bb6a7ecb6224bd869df4223c4950e (patch)
tree616db38d8a5911516178e531b8a82d5b5b206840 /python/pycodestyle/README
parent8b0838a28b5fdb6700c3c6866fd02db74cea3fa6 (diff)
downloadslackbuilds-015b0946de7bb6a7ecb6224bd869df4223c4950e.tar.gz
slackbuilds-015b0946de7bb6a7ecb6224bd869df4223c4950e.tar.xz
python/pycodestyle: Added python3 support.
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
index 878812eec3..973fdfaf9b 100644
--- a/python/pycodestyle/README
+++ b/python/pycodestyle/README
@@ -1,2 +1,4 @@
pycodestyle is a tool to check your Python code against some of the
style conventions in PEP 8.
+
+python3 is an optional dependency (autodetected).