8000 Ignore missing imports in mypy config · matplotlib/matplotlib@5ddea14 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ddea14

Browse files
committed
Ignore missing imports in mypy config
1 parent 16c75ad commit 5ddea14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@ convention = "numpy"
131131

132132
[tool.mypy]
133133
exclude = ["lib/matplotlib/(sphinxext|backends|testing)", "lib/mpl_toolkits"]
134+
ignore_missing_imports = true

0 commit comments

Comments
 (0)
0