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", +]