From 428d7adced070b2912af33e130c625374c1c9643 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 07:04:30 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bc6d103..6978105 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,18 +1,6 @@ ############################################################################### # pytest ############################################################################### -[tool.pytest.ini_options] -addopts = "--color=yes --driver Firefox" -minversion = "6.0" -DJANGO_SETTINGS_MODULE = "checkout.settings" -testpaths = [ - "src", -] - -############################################################################### -# ruff -############################################################################### - [tool.ruff] src = ["src"] target-version = "py311" @@ -52,3 +40,15 @@ convention = "pep257" [tool.ruff.mccabe] max-complexity = 10 + +[tool.pytest.ini_options] +addopts = "--color=yes --driver Firefox" +minversion = "6.0" +DJANGO_SETTINGS_MODULE = "checkout.settings" +testpaths = [ + "src", +] + +############################################################################### +# ruff +###############################################################################