diff options
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 |
commit | 015b0946de7bb6a7ecb6224bd869df4223c4950e (patch) | |
tree | 616db38d8a5911516178e531b8a82d5b5b206840 /python/pycodestyle/README | |
parent | 8b0838a28b5fdb6700c3c6866fd02db74cea3fa6 (diff) |
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/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pycodestyle/README b/python/pycodestyle/README index 878812eec357..973fdfaf9b94 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). |