We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ae7ca commit 3c67cd7Copy full SHA for 3c67cd7
pyproject.toml
@@ -3,3 +3,8 @@ line-length = 100
3
target_version = ['py37', 'py38', 'py39']
4
skip-string-normalization = true
5
skip-magic-trailing-comma = true
6
+
7
+[tool.pytest.ini_options]
8
+filterwarnings = [
9
+ "ignore:Matplotlib is currently using agg:UserWarning",
10
+]
0 commit comments