⬆️ Refresh dev/docs pins, group dependabot updates#267
Merged
Conversation
- theme extras: furo ~=2025.12, pydata-sphinx-theme ~=0.20.0, sphinx-rtd-theme ~=3.1, sphinx-book-theme ~=1.2, sphinx-immaterial ~=0.13.9 - code-style: allow pre-commit v4 - dependency-groups: sync mypy (2.1.0) and ruff (0.15.20) with the pre-commit revs bumped in #262 - fix mypy 2.1 errors: add **kwargs to SphinxPostTransform.run overrides, targeted type-ignores for the add_directive capture and env attribute - dependabot: group actions/pip updates into single PRs
Aligns the hook environment with tox -e mypy: without sphinx installed, the mirror's default --ignore-missing-imports makes Sphinx types Any, so ignores required by the fully-typed run are reported as unused.
4110638 to
22485cf
Compare
19 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completes the pin-refresh item of #265 Phase 0 (supersedes the closed dependabot PRs #221/#225/#226/#227):
furo~=2025.12,pydata-sphinx-theme~=0.20.0,sphinx-rtd-theme~=3.1,sphinx-book-theme~=1.2,sphinx-immaterial~=0.13.9>=3,<5)mypy==2.1.0/ruff==0.15.20with the pre-commit revs bumped in [pre-commit.ci] pre-commit autoupdate #262, so tox and pre-commit agree**kwargsto the twoSphinxPostTransform.runoverrides to match the supertype signature; targetedtype: ignores for theadd_directivecapture monkeypatch and the dynamic env attribute (all three of the latter are removed entirely by the planned static-asset rework)groupsconfig so actions/pip bumps arrive as one PR per ecosystemValidation at the new pins:
tox -e py311(110 passed),ruff check/ruff format --check,mypyclean, and docs builds green for alabaster/furo/rtd/pydata/sbt. Thedocs-imbuild could not be verified in this environment — sphinx-immaterial fetches fonts.google.com metadata at build time and the network here blocks it (confirmed the previous pin0.12.2fails identically here, so this is environmental, not a regression) — worth one spot-check on an unrestricted network.