summaryrefslogtreecommitdiff
path: root/docs/source/plugin-development/registering-plugins.rst
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-12-27 16:55:15 -0800
committerAnthony Sottile <asottile@umich.edu>2018-12-27 16:55:15 -0800
commitbe88d2639694da77d07a9075231a0bea2b8df3f5 (patch)
tree31b08b45819030d11a6321b88416082756241cd1 /docs/source/plugin-development/registering-plugins.rst
parent6ad56f73daa1a23081ed40a409d53ef28bf53c3f (diff)
downloadflake8-be88d2639694da77d07a9075231a0bea2b8df3f5.tar.gz
Remove unused and broken flake8.listen plugin type
Diffstat (limited to 'docs/source/plugin-development/registering-plugins.rst')
-rw-r--r--docs/source/plugin-development/registering-plugins.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/source/plugin-development/registering-plugins.rst b/docs/source/plugin-development/registering-plugins.rst
index 39c3083..6d901d7 100644
--- a/docs/source/plugin-development/registering-plugins.rst
+++ b/docs/source/plugin-development/registering-plugins.rst
@@ -86,13 +86,10 @@ grouping of entry-points that flake8 should look in.
- ``flake8.extension``
-- ``flake8.listen``
-
- ``flake8.report``
If your plugin is one that adds checks to |Flake8|, you will use
-``flake8.extension``. If your plugin automatically fixes errors in code, you
-will use ``flake8.listen``. Finally, if your plugin performs extra report
+``flake8.extension``. If your plugin performs extra report
handling (formatting, filtering, etc.) it will use ``flake8.report``.
If our ``ExamplePlugin`` is something that adds checks, our code would look