We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994e8ac commit 4198383Copy full SHA for 4198383
pyproject.toml
@@ -115,6 +115,7 @@ testpaths = [
115
"tephi/",
116
]
117
doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS NUMBER"
118
+filterwarnings = ["default"]
119
120
[tool.repo-review]
121
# These are a list of the currently failing tests:
@@ -124,11 +125,6 @@ ignore = [
124
125
126
# https://learn.scientific-python.org/development/guides/packaging-simple/#PY005
127
"PY005", # Has tests folder
-
128
- # TODO: exceptions that still need investigating are below. Might be fixable, or might become permanent (above):
129
130
- # https://learn.scientific-python.org/development/guides/pytest#PP309
131
- "PP309", # has filterwarnings set
132
133
134
[tool.ruff]
0 commit comments