From ecdcd3ab55c0d5e714d2e76b6c92d3ba2307bb01 Mon Sep 17 00:00:00 2001 From: Sergey Kim Date: Fri, 28 Apr 2023 16:05:11 +0300 Subject: [PATCH] add disclaimer about flake8-pytest-style --- doc/en/explanation/goodpractices.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/en/explanation/goodpractices.rst b/doc/en/explanation/goodpractices.rst index 5cc321f67..2b180ea97 100644 --- a/doc/en/explanation/goodpractices.rst +++ b/doc/en/explanation/goodpractices.rst @@ -307,3 +307,7 @@ By using this plugin, you can catch these errors early in the development proces and ensure that your ``pytest`` code is consistent and easy to maintain. Examples of the errors that can be detected by the plugin can be found on its `PyPI page `_. + +.. note:: + + Disclaimer: ``flake8-pytest-style`` is not an official ``pytest`` project.