Thanks to visit codestin.com Credit goes to github.com
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.
2 parents a1357d4 + 7ed4313 commit 87a2b9dCopy full SHA for 87a2b9d
1 file changed
pyproject.toml
@@ -130,5 +130,11 @@ convention = "numpy"
130
"galleries/users_explain/text/text_props.py" = ["E501"]
131
132
[tool.mypy]
133
-exclude = [".*/matplotlib/(sphinxext|backends|testing)", ".*/mpl_toolkits"]
+exclude = [
134
+ ".*/matplotlib/(sphinxext|backends|testing)",
135
+ ".*/mpl_toolkits",
136
+ # tinypages is used for testing the sphinx ext,
137
+ # stubtest will import and run, opening a figure if not excluded
138
+ ".*/tinypages",
139
+]
140
ignore_missing_imports = true
0 commit comments