Bump Ruff to 0.9.2 (#13250)

This commit is contained in:
Adam Turner
2025-01-18 00:35:09 +00:00
committed by GitHub
parent e5131ba1bd
commit 31de02cc52
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import pytest
@pytest.mark.sphinx('html', testroot='ext-autosectionlabel')
def test_autosectionlabel_html(app, skipped_labels=False):
def test_autosectionlabel_html(app):
app.build(force_all=True)
content = (app.outdir / 'index.html').read_text(encoding='utf8')