-
Notifications
You must be signed in to change notification settings - Fork 0
Minor updates #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor updates #156
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR performs minor maintenance updates including a Ruff version bump and documentation improvements. The changes upgrade development tooling and enhance developer documentation with better configuration guidance.
- Bumped Ruff linter version from 0.12.10 to 0.14.0 across development dependencies
- Added VSCode configuration instructions for Ruff extension setup
- Enhanced README with additional project badges and added versioning guidelines
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
pyproject.toml | Updated Ruff version constraints in dev and pixi dependencies |
docs/source/dev/README.rst | Added VSCode Ruff configuration instructions and versioning guidelines |
README.rst | Added PyPI and Python version badges to project header |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a suggestion to make it clear which crate is the core library to distinguish from the CLI crate.
* updates * Update Ruff version * Add text about Ruff extension * Add info about version tags * Update badges * Update docs/source/dev/README.rst Co-authored-by: Copilot <[email protected]> * PR Review updates --------- Co-authored-by: Copilot <[email protected]>
Update docs and bump Ruff version