Adopt NVDA add-on template CI and tooling - #1
Merged
Merged
Conversation
Bring virtualReview in line with systrayList / the current nvaccess add-on template: - uv dependency management: [project] + PEP 735 dependency groups in pyproject.toml, uv.lock, .python-version. - prek.toml (ruff lint/format + pyright hooks), replacing the old .pre-commit-config.yaml. - GitHub Actions: build_addon.yml (build + release on tag, PR checks, pyright skipped in CI) and dependabot.yml. - .vscode workspace config and gettext builtin stubs. - Point repository/addon URLs to ragb (Rui Fontes' repo is no longer writable); state minimum (2019.3) and last-tested (2026.1) NVDA versions separately in the readme instead of "2019.3 and beyond". - Fix ruff findings (bare except, one-line if) and apply ruff-format. buildVars compatibility values were already current: 2019.3 is still a valid store API version and 2026.1 is the current stable NVDA. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Run the full prek suite (trailing-whitespace, end-of-file-fixer, add-trailing-comma, ruff-format) over all pre-existing files so the CI code-checks step passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Advance lastTestedNVDAVersion to 2026.2 and release as 2026.07.29. Note: 2026.2 is an experimental NVDA API version, so a store submission of this build must use the beta channel. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Brings
virtualReviewonto the same footing assystrayList/ the current nvaccess add-on template.Changes
[project]+ PEP 735 dependency groups inpyproject.toml,uv.lock,.python-version..pre-commit-config.yaml.build_addon.yml(build + release on tag, PR checks, pyright skipped in CI as needed) anddependabot.yml..vscodeworkspace config + gettext builtin stubs.ragb; readme now states minimum (2019.3) and last-tested (2026.1) NVDA versions separately.except, one-lineif) and appliedruff-format.Compatibility note
Values were already current —
2019.3is still a valid store API version and2026.1is the current stable NVDA, so no version bump was needed (unlike systrayList). Not moved to2026.2since that's experimental (beta-channel only).Verified locally
uv sync,uv run scons(+pot) buildvirtualRevision-2026.05.14.nvda-addon,ruff checkclean,ruff format --checkclean.🤖 Generated with Claude Code