From e6eaab1011c6e92b38e84a36853ae71662474a56 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Tue, 22 Jun 2021 12:15:20 +0300 Subject: [PATCH] Improves plugin docs Replaces `flake8-future` with `flake8-quotes` --- docs/source/user/using-plugins.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/user/using-plugins.rst b/docs/source/user/using-plugins.rst index eddb258..5d577c5 100644 --- a/docs/source/user/using-plugins.rst +++ b/docs/source/user/using-plugins.rst @@ -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/