diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-14 14:34:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-15 14:58:29 +0700 |
commit | 5cb47d6bd5fe0af15127e3002504950c4a026dbc (patch) | |
tree | 13be98019ece9cf77ffa3a3701b75540cbf73ab8 /python/flake8/README | |
parent | eb0ec8e7fa70129f52e548cef120ac74be5413d6 (diff) | |
download | slackbuilds-5cb47d6bd5fe0af15127e3002504950c4a026dbc.tar.gz |
python/flake8: Added (Wrapper tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/flake8/README')
-rw-r--r-- | python/flake8/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/flake8/README b/python/flake8/README new file mode 100644 index 0000000000..677eb75b24 --- /dev/null +++ b/python/flake8/README @@ -0,0 +1,3 @@ +flake8 is a python tool that glues together pep8, pyflakes, +mccabe, and third-party plugins to check the style and quality +of some python code. |