Conversation
Coverage Report
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
/improve |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
/improve |
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