add disclaimer about flake8-pytest-style

This commit is contained in:
Sergey Kim 2023-04-28 16:05:11 +03:00
parent eab0b8ede2
commit ecdcd3ab55
1 changed files with 4 additions and 0 deletions

View File

@ -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 <https://pypi.org/project/flake8-pytest-style/>`_.
.. note::
Disclaimer: ``flake8-pytest-style`` is not an official ``pytest`` project.