Skip to content

Commit c5481af

Browse files
Apply Repo-Review suggestions
PP306: Specifies strict config PP307: Specifies strict markers PP308: Specifies useful pytest summary
1 parent 86b8f99 commit c5481af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ minversion = "6"
6565
testpaths = ["tests"]
6666
log_level = "INFO"
6767
xfail_strict = true
68+
addopts = ["-ra", "--strict-config", "--strict-markers"]
6869
norecursedirs = ["data"]
6970
doctest_optionflags = ["NORMALIZE_WHITESPACE", "IGNORE_EXCEPTION_DETAIL"]
7071

0 commit comments

Comments
 (0)