-
Notifications
You must be signed in to change notification settings - Fork 421
refactor(general): add support for ruff format
#6512
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6512 +/- ##
========================================
Coverage 96.16% 96.16%
========================================
Files 243 243
Lines 11838 11838
Branches 885 885
========================================
Hits 11384 11384
Misses 356 356
Partials 98 98 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Issue number: #6511
Summary
This PR introduces ruff format as our standard code formatter, replacing our previous formatting solution. Ruff's formatter ensures consistent PEP-compliant code style across our codebase while offering better performance and integration with our existing Ruff linting workflow.
Changes
User experience
no changes
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change?
RFC issue number:
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.