File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545
4646 - repo : https://github.com/astral-sh/ruff-pre-commit
4747 # Ruff version.
48- rev : v0.11.5
48+ rev : v0.15.11
4949 hooks :
5050 # Run the linter.
5151 - id : ruff
Original file line number Diff line number Diff 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" ]
You can’t perform that action at this time.
0 commit comments