Skip to content

Commit 46f43e4

Browse files
committed
pytest: enable strict mode
1 parent 5a980ad commit 46f43e4

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
@@ -35,6 +35,7 @@ where = ["."]
3535
exclude = ["src*", "smlp_py*", "regr_smlp*", "utils*"]
3636

3737
[tool.pytest.ini_options]
38+
strict = true
3839
markers = [
3940
"toy: Toy example tests (deselect with '-m \"not toy\"')",
4041
"real: Tests on real world data (deselect with '-m \"not real\"')",

0 commit comments

Comments
 (0)