diff options
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. |