We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf8c25 commit 0252600Copy full SHA for 0252600
pyproject.toml
@@ -20,6 +20,7 @@ exclude = [".venv/*"]
20
addopts = "-ra --cov"
21
testpaths = ["tests"]
22
pythonpath = ['src']
23
+filterwarnings = ["ignore::DeprecationWarning"]
24
25
[tool.coverage.report]
26
show_missing = true
0 commit comments