-
Notifications
You must be signed in to change notification settings - Fork 13
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
Use ruff for pre-commits #515
Conversation
PR Analysis
PR Feedback💡 General suggestions: The PR is well-structured and the changes are consistent. However, it would be beneficial to include a brief explanation in the PR description about why 🤖 Code feedback:
✨ Usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #515 +/- ##
==========================================
- Coverage 93.49% 93.48% -0.01%
==========================================
Files 28 28
Lines 3027 3025 -2
==========================================
- Hits 2830 2828 -2
Misses 197 197 ☔ View full report in Codecov by Sentry. |
Ruff can do linting and formatting. We can use it to replace
black
,isort
, andflake8
.