Skip to content

Commit dc98e06

Browse files
authored
Merge pull request #422 from DimitriPapadopoulos/repo-review
MNT: Apply Repo-Review suggestions
2 parents 37165a4 + 440579b commit dc98e06

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Apache License
23
Version 2.0, January 2004
34
http://www.apache.org/licenses/

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,11 @@ per-file-ignores = [
115115
]
116116

117117
[tool.pytest.ini_options]
118+
minversion = "7"
119+
log_cli_level = "INFO"
120+
xfail_strict = true
118121
norecursedirs = [".git"]
119-
addopts = "-svx --doctest-modules"
122+
addopts = ["-svx", "--doctest-modules", "-ra", "--strict-config", "--strict-markers"]
120123
doctest_optionflags = "ALLOW_UNICODE NORMALIZE_WHITESPACE ELLIPSIS"
121124
env = "PYTHONHASHSEED=0"
122125
filterwarnings = ["ignore::DeprecationWarning"]
@@ -163,7 +166,7 @@ extend-select = [
163166
"PT",
164167
"Q",
165168
]
166-
extend-ignore = [
169+
ignore = [
167170
"S311", # We are not using random for cryptographic purposes
168171
"ISC001",
169172
"S603",

0 commit comments

Comments
 (0)