Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f03e3d

Browse files
committed
Remove unnecessary ruff lint exceptions
The numpy convention disables D203, D212, D402, D413, D415, and D417, so there's no need to list them ourselves.
1 parent 5d0a4f5 commit 0f03e3d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,19 +198,13 @@ ignore = [
198198
"D107",
199199
"D200",
200200
"D202",
201-
"D203",
202201
"D204",
203202
"D205",
204-
"D212",
205203
"D301",
206204
"D400",
207205
"D401",
208-
"D402",
209206
"D403",
210207
"D404",
211-
"D413",
212-
"D415",
213-
"D417",
214208
"E266",
215209
"E305",
216210
"E306",
@@ -279,7 +273,6 @@ convention = "numpy"
279273
"lib/matplotlib/_mathtext_data.py" = ["E203"]
280274
"lib/matplotlib/backends/backend_template.py" = ["F401"]
281275
"lib/matplotlib/pylab.py" = ["F401", "F403"]
282-
"lib/matplotlib/pyplot.py" = ["F811"]
283276
"lib/matplotlib/tests/test_mathtext.py" = ["E501"]
284277
"lib/matplotlib/transforms.py" = ["E201"]
285278
"lib/matplotlib/tri/_triinterpolate.py" = ["E201", "E221"]

0 commit comments

Comments
 (0)