summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoseph Kahn <jbkahn>2014-07-04 06:13:59 +0000
committerIan Cordasco <graffatcolmingov@gmail.com>2014-09-13 12:12:59 -0500
commita4017bb090ca37ca7df8b382b98056c05494a159 (patch)
treea9e9dcfa93b59043101a0bc040af28ea7775f63a /docs
parente6e655536cb4be8f84b70ddc0a59dada79d0467b (diff)
downloadflake8-a4017bb090ca37ca7df8b382b98056c05494a159.tar.gz
Added my own extensions to the known extensions list, shameless self promotion.
Diffstat (limited to 'docs')
-rw-r--r--docs/extensions.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/extensions.rst b/docs/extensions.rst
index 99047ab..cbf9b39 100644
--- a/docs/extensions.rst
+++ b/docs/extensions.rst
@@ -109,12 +109,17 @@ 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-debugger <https://github.com/JBKahn/flake8-debugger>`_
+
* `flake8-immediate <https://github.com/schlamar/flake8-immediate>`_
+
+* `flake8-print <https://github.com/JBKahn/flake8-print>`_
* `flake8-todo <https://github.com/schlamar/flake8-todo>`_
* `pep8-naming <https://github.com/flintwork/pep8-naming>`_
+
.. links
.. _mccabe: https://github.com/flintwork/mccabe
.. _PyPI: https://pypi.python.org/pypi/