Merge pull request #1352 from sobolevn/patch-2

Improves plugin docs
This commit is contained in:
Ian Stapleton Cordasco 2021-06-22 06:49:37 -05:00 committed by GitHub
commit 320c3ce7a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ its extensibility. Our community has developed :term:`plugin`\ s that augment
developers of these plugins often have some style they wish to enforce.
For example, `flake8-docstrings`_ adds a check for :pep:`257` style
conformance. Others attempt to enforce consistency, like `flake8-future`_.
conformance. Others attempt to enforce consistency, like `flake8-quotes`_.
.. note::
@ -60,5 +60,5 @@ documented this for you.
https://pypi.org/
.. _flake8-docstrings:
https://pypi.org/project/flake8-docstrings/
.. _flake8-future:
https://pypi.org/project/flake8-future/
.. _flake8-quotes:
https://pypi.org/project/flake8-quotes/