summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-26 16:23:41 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-26 16:23:41 +0200
commit8c4cd1041b8dc718c72db075a3d1b64b261a094a (patch)
tree53e3a8f7a86b93bb47ed7ff1d1978b36dceb546e
parentc3b1fc2b749cffa4d43e3e71d968a5e37a30b6f2 (diff)
downloadpyflakes-8c4cd1041b8dc718c72db075a3d1b64b261a094a.tar.gz
Add a link to Flake8 in the README.
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index c2626a1..adfd83c 100644
--- a/README.rst
+++ b/README.rst
@@ -11,6 +11,9 @@ modules with side effects. It's also much faster.
It is `available on PyPI <http://pypi.python.org/pypi/pyflakes>`_
and it supports all active versions of Python from 2.5 to 3.4.
+If you require more options and more flexibility, you could give a
+look to `Flake8 <http://flake8.readthedocs.org/>`_ too.
+
Installation
------------