You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Several GitHub Actions workflows (e.g., devcontainer.yml, docker.yml, format.yml, gh-deploy.yml, test.yml) have removed push triggers to the main branch and branches: [main] from pull_request triggers. This means these workflows will now only run on pull requests, not on direct pushes to the main branch. Please validate if this change in CI/CD execution strategy is intentional for all affected workflows.
The documentation label now applies to **/*.md instead of docs/**. This broader scope might inadvertently label non-documentation markdown files (e.g., project-specific markdown files outside the docs/ directory) as documentation. Consider if this wider scope is desired or if it should be more narrowly defined to prevent mislabeling.
The ty.toml configuration includes noxfile.py in its type checking scope. While noxfile.py can be type-hinted, it often contains dynamic session logic that might be challenging to strictly type check. Please ensure that noxfile.py is fully type-hinted and that ty reports no unexpected issues, or confirm if this strict type checking for noxfile.py is the intended behavior.
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.
User description
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Enhancement, Documentation
Description
Replaced Pyright with ty for static type checking.
Updated Nox, pre-commit, and CI/CD linting configurations.
Bumped minimum Python version requirement to 3.11+.
Updated all relevant documentation and VSCode extensions.
Diagram Walkthrough
File Walkthrough
9 files
Replaced Pyright with ty in linting and CLI argumentsAdded ty VSCode extension recommendationReplaced pyrightconfig.json with ty.toml in dockerignoreBroadened documentation label to include all Markdown filesUpdated cspell dictionary to include 'dorzey' and remove'pyrightconfig'Added ty extension and removed Pylance recommendationSet Python language server to None for ty integrationRemoved Pyright configuration fileAdded ty configuration file6 files
Simplified CI trigger to only pull requests for specific pathsSimplified CI trigger to only pull requests for specific pathsSimplified CI trigger to only pull requests for specific pathsSimplified CI trigger to only pull requests for specific pathsReplaced Pyright with ty in linting workflow and simplified triggersSimplified CI trigger to only pull requests for specific paths1 files
Added ty check as a pre-commit hook12 files
Updated documentation to reflect ty integration and Python 3.11+Updated contribution guidelines for ty and Python 3.11+Updated README with ty integration, badge, and Python 3.11+Updated configuration overview to reference ty instead of PyrightRemoved Pyright configuration documentationAdded ty configuration documentationUpdated getting started guide for ty and Python 3.11+Updated guides overview to reference ty instead of PyrightRemoved Pyright user guide documentationAdded ty user guide documentationUpdated main documentation page for ty integrationUpdated MkDocs navigation to point to ty documentation1 files
Bumped Python requirement to 3.11+ and replaced Pyright with tydependency