Skip to content

Commit

Permalink
Bump Ruff to 0.9.2 (#13250)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Jan 18, 2025
1 parent e5131ba commit 31de02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ docs = [
"sphinxcontrib-websupport",
]
lint = [
"ruff==0.9.1",
"ruff==0.9.2",
"mypy==1.14.1",
"sphinx-lint>=0.9",
"types-colorama==0.4.15.20240311",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_extensions/test_ext_autosectionlabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


@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')
Expand Down

0 comments on commit 31de02c

Please sign in to comment.