Improves plugin docs

Replaces `flake8-future` with `flake8-quotes`
This commit is contained in:
Nikita Sobolev 2021-06-22 12:15:20 +03:00 committed by GitHub
parent 21fdf2334c
commit e6eaab1011
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/