Skip to content

Commit 748e714

Browse files
committed
Clean up mypy settings
The removed excludes are covered by the first line. The Unpack feature was enabled by default in 1.9, which is our minimum.
1 parent 98a1fdb commit 748e714

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,18 +223,12 @@ enable_error_code = [
223223
"redundant-expr",
224224
"truthy-bool",
225225
]
226-
enable_incomplete_feature = [
227-
"Unpack",
228-
]
229226
exclude = [
230227
#stubtest
231228
".*/matplotlib/(sphinxext|backends|pylab|testing/jpl_units)",
232229
#mypy precommit
233230
"galleries/",
234231
"doc/",
235-
"lib/matplotlib/backends/",
236-
"lib/matplotlib/sphinxext",
237-
"lib/matplotlib/testing/jpl_units",
238232
"lib/mpl_toolkits/",
239233
#removing tests causes errors in backends
240234
"lib/matplotlib/tests/",

0 commit comments

Comments
 (0)