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.
1 parent 98a1fdb commit 748e714Copy full SHA for 748e714
pyproject.toml
@@ -223,18 +223,12 @@ enable_error_code = [
223
"redundant-expr",
224
"truthy-bool",
225
]
226
-enable_incomplete_feature = [
227
- "Unpack",
228
-]
229
exclude = [
230
#stubtest
231
".*/matplotlib/(sphinxext|backends|pylab|testing/jpl_units)",
232
#mypy precommit
233
"galleries/",
234
"doc/",
235
- "lib/matplotlib/backends/",
236
- "lib/matplotlib/sphinxext",
237
- "lib/matplotlib/testing/jpl_units",
238
"lib/mpl_toolkits/",
239
#removing tests causes errors in backends
240
"lib/matplotlib/tests/",
0 commit comments