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.
1 parent 5d0a4f5 commit 0f03e3dCopy full SHA for 0f03e3d
1 file changed
pyproject.toml
@@ -198,19 +198,13 @@ ignore = [
198
"D107",
199
"D200",
200
"D202",
201
- "D203",
202
"D204",
203
"D205",
204
- "D212",
205
"D301",
206
"D400",
207
"D401",
208
- "D402",
209
"D403",
210
"D404",
211
- "D413",
212
- "D415",
213
- "D417",
214
"E266",
215
"E305",
216
"E306",
@@ -279,7 +273,6 @@ convention = "numpy"
279
273
"lib/matplotlib/_mathtext_data.py" = ["E203"]
280
274
"lib/matplotlib/backends/backend_template.py" = ["F401"]
281
275
"lib/matplotlib/pylab.py" = ["F401", "F403"]
282
-"lib/matplotlib/pyplot.py" = ["F811"]
283
276
"lib/matplotlib/tests/test_mathtext.py" = ["E501"]
284
277
"lib/matplotlib/transforms.py" = ["E201"]
285
278
"lib/matplotlib/tri/_triinterpolate.py" = ["E201", "E221"]
0 commit comments