8000 Relax excludes on mypy config to not require source loc 'lib/' · matplotlib/matplotlib@7f6bca9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f6bca9

Browse files
committed
Relax excludes on mypy config to not require source loc 'lib/'
1 parent 5ddea14 commit 7f6bca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ convention = "numpy"
130130
"galleries/users_explain/text/text_props.py" = ["E501"]
131131

132132
[tool.mypy]
133-
exclude = ["lib/matplotlib/(sphinxext|backends|testing)", "lib/mpl_toolkits"]
133+
exclude = [".*/matplotlib/(sphinxext|backends|testing)", ".*/mpl_toolkits"]
134134
ignore_missing_imports = true

0 commit comments

Comments
 (0)
0