-
Notifications
You must be signed in to change notification settings - Fork 3
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
Change linter to Ruff #44
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #44 +/- ##
==========================================
+ Coverage 76.70% 76.86% +0.15%
==========================================
Files 29 29
Lines 2365 2377 +12
==========================================
+ Hits 1814 1827 +13
+ Misses 551 550 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
# if descriptor: | ||
# import ipdb; ipdb.set_trace() |
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.
# if descriptor: | |
# import ipdb; ipdb.set_trace() |
|
||
ipdb.set_trace() | ||
raise Exception() | ||
raise ValueError("Error reading block") | ||
|
||
if descriptor and active_store is self and (descriptor.is_overlay or descriptor.overlay): | ||
# print("overlaying data") |
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.
# print("overlaying data") |
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.
Possibly, also the commented code below on line 371
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 left the rest as it was since this file is still a WIP 😉 those are hints for whoever continues on it.
Closes #43