-
Notifications
You must be signed in to change notification settings - Fork 6
Feature/fix badges #17
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
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 modernizes the project build system and improves code formatting by migrating from setup.py to pyproject.toml, upgrading dependency management, and applying code style improvements.
- Migrated from setup.py to pyproject.toml with modern Python packaging standards
- Updated CI/CD workflows to use uv for dependency management and ruff for linting
- Applied consistent code formatting including import organization, line wrapping, and quote standardization
Reviewed Changes
Copilot reviewed 20 out of 24 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | New modern packaging configuration replacing setup.py |
| setup.py | Removed legacy setup.py file |
| tests/requirements.txt | Removed separate test requirements (now in pyproject.toml) |
| docs/requirements.txt | Removed separate docs requirements (now in pyproject.toml) |
| pyglinet/glinet.py | Applied code formatting and corrected parameter name typo |
| pyglinet/glinet_api.py | Applied code formatting and import organization |
| pyglinet/utils.py | Applied code formatting to import statements |
| pyglinet/decorators.py | Applied code formatting to error message |
| pyglinet/init.py | Applied code formatting and updated author name |
| tests/test_glinet.py | Applied code formatting and removed unnecessary parentheses |
| docs/conf.py | Applied code formatting to configuration |
| docs/conversion_filter.py | Enhanced pandoc filter with better alert handling |
| docs/README.rst | Major documentation rewrite with improved structure |
| README.md | Updated badges and content structure |
| .pre-commit-config.yaml | Added pre-commit configuration for ruff and README generation |
| .github/workflows/* | Updated CI workflows to use uv and modern tooling |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
994895c to
cec4af6
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
=======================================
Coverage 95.77% 95.77%
=======================================
Files 6 6
Lines 379 379
=======================================
Hits 363 363
Misses 16 16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.