Skip to content
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

GitHub CI Improvements & Code Cleanup #152

Merged
merged 7 commits into from
Mar 4, 2025
Merged

GitHub CI Improvements & Code Cleanup #152

merged 7 commits into from
Mar 4, 2025

Conversation

tikhomirovd
Copy link
Collaborator

Summary

This PR introduces multiple improvements to the CI/CD pipeline and overall code maintenance.

Changes

  • Updated setup versions to ensure compatibility with the latest dependencies.
  • Updated target versions to support newer Python versions.
  • Added skip_install to improve build efficiency.
  • Moved to Ruff for better and faster linting.
  • Updated CI to use Tox for improved test execution and environment management.
  • Added authors section to acknowledge contributors.

Why These Changes?

  • Moving to Ruff provides faster linting and better rule enforcement.
  • Updating setup and target versions ensures compatibility with modern tooling.
  • Using Tox simplifies CI environment handling and improves consistency across builds.

How to Test

  1. Run tox to verify the CI pipeline locally.
  2. Check that Ruff is correctly handling linting by running ruff check .
  3. Ensure all target versions work as expected with tox -e pyXX

Related Issues

  • Closes #XXX (if applicable)

@tikhomirovd tikhomirovd merged commit 1677d81 into master Mar 4, 2025
0 of 15 checks passed
@tikhomirovd tikhomirovd deleted the fix/github_ci branch March 4, 2025 15:12
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.

1 participant