Skip to content

Commit 31de02c

Browse files
authored
Bump Ruff to 0.9.2 (#13250)
1 parent e5131ba commit 31de02c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ docs = [
8181
"sphinxcontrib-websupport",
8282
]
8383
lint = [
84-
"ruff==0.9.1",
84+
"ruff==0.9.2",
8585
"mypy==1.14.1",
8686
"sphinx-lint>=0.9",
8787
"types-colorama==0.4.15.20240311",

tests/test_extensions/test_ext_autosectionlabel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
@pytest.mark.sphinx('html', testroot='ext-autosectionlabel')
11-
def test_autosectionlabel_html(app, skipped_labels=False):
11+
def test_autosectionlabel_html(app):
1212
app.build(force_all=True)
1313

1414
content = (app.outdir / 'index.html').read_text(encoding='utf8')

0 commit comments

Comments
 (0)