Skip to content

Commit cb930f5

Browse files
Apply Repo-Review rule PP306
pytest: Specifies strict config
1 parent 8e74ec7 commit cb930f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dev = [
4949
]
5050

5151
[tool.pytest.ini_options]
52-
addopts = "-v --doctest-modules --ignore=benchmark --doctest-glob=README.md"
52+
addopts = ["-v", "--strict-config", "--doctest-modules", "--ignore=benchmark", "--doctest-glob=README.md"]
5353
log_level = "INFO"
5454
testpaths = ["test"]
5555
xfail_strict = true

0 commit comments

Comments
 (0)