Skip to content

Commit a8cf130

Browse files
radarherehugovk
andauthored
Use native configuration
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 7fc49a5 commit a8cf130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ lint.isort.required-imports = [
186186
max_supported_python = "3.14"
187187

188188
[tool.pytest]
189-
ini_options.addopts = "-ra --color=auto"
190-
ini_options.testpaths = [
189+
addopts = [ "-ra", "--color=auto" ]
190+
testpaths = [
191191
"Tests",
192192
]
193193

0 commit comments

Comments
 (0)