summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2013-03-27 10:24:12 -0400
committerIan Cordasco <graffatcolmingov@gmail.com>2013-03-27 10:24:12 -0400
commit1acc0509abfb41fe00556f6e258b4b84208cb215 (patch)
tree90b5194d790527f1537b926083f083e42329d95b /docs
parent490b46c7ab03bf503774a89e750ad4e41f564f6b (diff)
downloadflake8-1acc0509abfb41fe00556f6e258b4b84208cb215.tar.gz
Document known extensions
Diffstat (limited to 'docs')
-rw-r--r--docs/extensions.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/extensions.rst b/docs/extensions.rst
index ef80fe3..99047ab 100644
--- a/docs/extensions.rst
+++ b/docs/extensions.rst
@@ -103,6 +103,17 @@ flake8 registers the extension:
Since that is the defined entry point in the above ``setup.py``, flake8 finds
it and uses it to register the extension.
+Existing Extensions
+===================
+
+This is not at all a comprehensive listing of existing extensions but simply a
+listing of the ones we are aware of:
+
+* `flake8-immediate <https://github.com/schlamar/flake8-immediate>`_
+
+* `flake8-todo <https://github.com/schlamar/flake8-todo>`_
+
+* `pep8-naming <https://github.com/flintwork/pep8-naming>`_
.. links
.. _mccabe: https://github.com/flintwork/mccabe