Document the types of plugins and expected results

This commit is contained in:
Jacobo de Vera 2022-10-17 22:59:10 +01:00
parent 09a75e8f5a
commit 8dd0d97e23
5 changed files with 171 additions and 49 deletions

View file

@ -4,7 +4,7 @@
Developing a Formatting Plugin for Flake8
===========================================
|Flake8| allowed for custom formatting plugins in version
|Flake8| allowes for custom formatting plugins since version
3.0.0. Let's write a plugin together:
.. code-block:: python