-
Notifications
You must be signed in to change notification settings - Fork 735
[MNT] Replace Black with Ruff formatting and update configuration #1853
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
Switched from Black to Ruff for code formatting to simplify tooling. Updated `.pre-commit-config.yaml` and `pyproject.toml` to reflect the removal of Black and added Ruff-specific formatting configurations. This change ensures consistency and leverages Ruff's integrated formatting capabilities.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1853 +/- ##
=======================================
Coverage ? 85.01%
=======================================
Files ? 62
Lines ? 6166
Branches ? 0
=======================================
Hits ? 5242
Misses ? 924
Partials ? 0
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:
|
|
@Borda, thanks a lot for the multiple packaging PR! Since you are a
In particular:
|
Sure, I can have a look, just cannot guarantee how soon... :) |
|
FYI @fnhirwa, review would be appreciated due to |
Description
Switched from Black to Ruff for code formatting to simplify tooling. Updated
.pre-commit-config.yamlandpyproject.tomlto reflect the removal of Black and added Ruff-specific formatting configurations. This change ensures consistency and leverages Ruff's integrated formatting capabilities.Checklist
pre-commit install.To run hooks independent of commit, execute
pre-commit run --all-filesMake sure to have fun coding!