Skip to content

Conversation

@tomtana
Copy link
Owner

@tomtana tomtana commented Oct 11, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 11, 2025 21:47
Copy link
Contributor

Copilot AI left a 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.

@tomtana tomtana force-pushed the feature/fix_badges branch from 994895c to cec4af6 Compare October 11, 2025 21:58
@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.77%. Comparing base (81ec520) to head (a4d83d1).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

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           
Flag Coverage Δ
unittests 95.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tomtana tomtana merged commit d7ee942 into main Oct 11, 2025
21 checks passed
@tomtana tomtana deleted the feature/fix_badges branch October 11, 2025 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants