diff options
Diffstat (limited to 'docs/source/plugin-development')
| -rw-r--r-- | docs/source/plugin-development/registering-plugins.rst | 5 |
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 |
