From 097900d6fbc4a331b1814ddfec79e283ff47558d Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 28 Apr 2023 23:23:18 +0300 Subject: [PATCH] Update goodpractices.rst --- doc/en/explanation/goodpractices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/explanation/goodpractices.rst b/doc/en/explanation/goodpractices.rst index bcb8c1ddd..efde420cd 100644 --- a/doc/en/explanation/goodpractices.rst +++ b/doc/en/explanation/goodpractices.rst @@ -310,4 +310,4 @@ A list of the lints detected by flake8-pytest-style can be found on its `PyPI pa .. note:: - ``flake8-pytest-style`` is not an official ``pytest`` project. + flake8-pytest-style is not an official pytest project. Some of the rules enforce certain style choices, such as using `@pytest.fixture()` over `@pytest.fixture`, but you can configure the plugin to fit your preferred style.