We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176b46e commit fde2006Copy full SHA for fde2006
1 file changed
pyproject.toml
@@ -15,8 +15,13 @@ requires-python = "~=3.14.0"
15
[project.urls]
16
Home = "https://github.com/rouge8/python-template"
17
18
-[tool.pytest.ini_options]
19
-addopts = "--strict-config --strict-markers"
+[tool.pytest]
+minversion = "9.0"
20
+addopts = [
21
+ "-ra",
22
+ "--strict-config",
23
+ "--strict-markers",
24
+]
25
26
[tool.mypy]
27
strict = true
0 commit comments