Use native configuration

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2026-03-03 18:02:49 +11:00 committed by GitHub
parent 7fc49a5cf4
commit a8cf13010b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,8 +186,8 @@ lint.isort.required-imports = [
max_supported_python = "3.14"
[tool.pytest]
ini_options.addopts = "-ra --color=auto"
ini_options.testpaths = [
addopts = [ "-ra", "--color=auto" ]
testpaths = [
"Tests",
]