-
Notifications
You must be signed in to change notification settings - Fork 39
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 default rules for ruff #3045
Conversation
Quality Gate passedIssues Measures |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Test results 9 files 9 suites 8m 37s ⏱️ Results for commit 41c8af1. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3045 +/- ##
=======================================
Coverage 60.33% 60.33%
=======================================
Files 606 606
Lines 43700 43700
Branches 48 48
=======================================
Hits 26366 26366
Misses 17322 17322
Partials 12 12 ☔ View full report in Codecov by Sentry. |
825a277
to
b474ba9
Compare
b474ba9
to
e0a5513
Compare
Ignored rules: Module level import not at top of cell, bare except, lambda assignments, star imports
e0a5513
to
41c8af1
Compare
Quality Gate passedIssues Measures |
Ignored rules: Module level import not at top of cell, bare except, lambda assignments, star imports
As usual, this is up for discussion which rules we would like to have and which not.
Dependent on #3035.
After this is merged #3005 can be merged as well.