From 07202a3aae4e0efa87bdff408a93fb19c950149a Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 18 Mar 2024 11:37:43 +0100
Subject: [PATCH] [pyproject] Minor organisation change

---
 pyproject.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 83c7f3a4..6c10772d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -317,11 +317,6 @@ convention = "numpy"
 "doc/conf.py" = ["D"]
 "**/scripts/*.py" = ["E501"]
 
-[tool.pytest.ini_options]
-addopts = ["--cov=mednet", "--cov-report=term-missing", "--import-mode=append"]
-junit_logging = "all"
-junit_log_passing_tests = false
-
 [tool.numpydoc_validation]
 checks = [
   "all",  # report on all checks, except the ones below
@@ -348,3 +343,8 @@ override_SS05 = [ # override SS05 to allow docstrings starting with these words
   '^Access ',
   '^This',
 ]
+
+[tool.pytest.ini_options]
+addopts = ["--cov=mednet", "--cov-report=term-missing", "--import-mode=append"]
+junit_logging = "all"
+junit_log_passing_tests = false
-- 
GitLab