Use explicit external references

This commit is contained in:
Viicos 2024-03-17 08:56:07 +01:00
parent 49f52a8598
commit 350f2545fd
2 changed files with 8 additions and 6 deletions

View file

@ -31,7 +31,7 @@ To get started writing a |Flake8| :term:`plugin` you first need:
Once you've gathered these things, you can get started.
All plugins for |Flake8| must be registered via
:external:doc:`entry points<specifications/entry-points>`. In this
:external+packaging:doc:`entry points<specifications/entry-points>`. In this
section we cover:
- How to register your plugin so |Flake8| can find it