diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2013-02-24 11:56:43 +0100 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2013-02-24 11:56:43 +0100 |
commit | 9e99ec4c24d6fb641143ab992a3d39bf7626f2d8 (patch) | |
tree | 0579c0929321accb30a76dab7c58e69ae168301d /docs | |
parent | 0214593a9c1356fb073266fdf0f714061a7b28df (diff) | |
download | pep8-9e99ec4c24d6fb641143ab992a3d39bf7626f2d8.tar.gz |
Few words about flake8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst index e7d0ab3..415212d 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -348,7 +348,10 @@ Note: most errors can be listed with such one-liner:: Related tools ------------- -Some tools which use ``pep8`` are referenced in the Wiki: `list of related tools +The `flake8 checker <https://flake8.readthedocs.org>`_ is a wrapper around +``pep8`` and similar tools. It supports plugins. + +Other tools which use ``pep8`` are referenced in the Wiki: `list of related tools <https://github.com/jcrocholl/pep8/wiki/RelatedTools>`_. .. _PEP 8: http://www.python.org/dev/peps/pep-0008/ |