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 55cb87e commit cc7e66dCopy full SHA for cc7e66d
1 file changed
pyproject.toml
@@ -65,6 +65,11 @@ include-package-data = false
65
where = ["src"]
66
namespaces = false
67
68
+[tool.pytest.ini_options]
69
+filterwarnings = [
70
+ "default::DeprecationWarning",
71
+]
72
+
73
[tool.ruff]
74
line-length = 88
75
src = ["src", "tests"]
0 commit comments