We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f6b80 commit fc5b9b1Copy full SHA for fc5b9b1
pyproject.toml
@@ -31,3 +31,7 @@ python_files = [
31
"test.py",
32
"test_*.py"
33
]
34
+filterwarnings = [
35
+ "ignore::UserWarning",
36
+ 'ignore::DeprecationWarning',
37
+]
0 commit comments