From b72f5730e12a823641065becfadce9b6b041be75 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:25:17 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 65e3b7659..8861fe775 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -186,12 +186,6 @@ lint.isort.required-imports = [ [tool.pyproject-fmt] max_supported_python = "3.14" -[tool.pytest] -addopts = [ "-ra", "--color=auto" ] -testpaths = [ - "Tests", -] - [tool.mypy] python_version = "3.10" pretty = true @@ -203,3 +197,9 @@ follow_imports = "silent" warn_redundant_casts = true warn_unreachable = true warn_unused_ignores = true + +[tool.pytest] +addopts = [ "-ra", "--color=auto" ] +testpaths = [ + "Tests", +]