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

Skip to content

Commit b1683be

Browse files
authored
Merge pull request #31515 from QuLogic/lint-cleanup
Remove unnecessary ruff lint exceptions
2 parents 67f9d6b + c7aa6d9 commit b1683be

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
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

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)