-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix legacy ruff
errors and enable corresponding rules for future linting
#134
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #134 +/- ##
===========================================
- Coverage 49.07% 48.80% -0.27%
===========================================
Files 43 43
Lines 4950 4944 -6
Branches 1039 1056 +17
===========================================
- Hits 2429 2413 -16
+ Misses 2280 2278 -2
- Partials 241 253 +12
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've given this a once over and nothing looks untoward (just a couple of minor comments), thanks @janosh
Hi @janosh, thanks for opening this PR and addressing the issues raised previously by @ml-evs.
I will do this in the next days. |
sounds good, will resolve the merge conflicts here. i was going to take a swing at addressing #124 once this PR is merged (to avoid further conflicts) |
@gpetretto bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @janosh, sorry, I had already done my review, but forgot to finally publish it. I just have one question and one bug fix that was already there and could be fixed directly here.
Thanks! |
follow up to #122.
excludes all the inadvertent changes @ml-evs pointed out in #122 and i went through the rest more carefully this time. so much higher level of confidence that these changes are safe