-
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
base: master
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Test results 9 files 9 suites 8m 20s ⏱️ Results for commit e0a5513. ♻️ 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.40% 60.40%
=======================================
Files 605 605
Lines 43685 43685
Branches 48 48
=======================================
Hits 26388 26388
Misses 17285 17285
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
825a277
to
b474ba9
Compare
Ignored rules: Module level import not at top of cell, bare except, lambda assignments, star imports
b474ba9
to
e0a5513
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.