-
Notifications
You must be signed in to change notification settings - Fork 238
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
Update Pylint to 3.0.3 #1351
Update Pylint to 3.0.3 #1351
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1351 +/- ##
==========================================
- Coverage 77.58% 77.58% -0.01%
==========================================
Files 391 391
Lines 64288 64288
Branches 11815 11812 -3
==========================================
- Hits 49881 49879 -2
- Misses 11825 11828 +3
+ Partials 2582 2581 -1 ☔ View full report in Codecov by Sentry. |
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.
This looks good to me.
@@ -356,6 +368,8 @@ def __init__( | |||
print("The default training/cross-validation split of 0.75 is used.") | |||
training_split = 0.75 | |||
elif training_split >= 1 or training_split <= 0: | |||
# PYLINT-TODO | |||
# pylint: disable-next=broad-exception-raised |
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.
Not for this PR, but this looks like we should create an issue about using more specific error types here.
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 definitely agree, I almost thought I could do it as part of this PR since it's straightforward from the technical point of view, but then I thought we might want to think it through a bit more. I've just created #1352 to track this.
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.
LGTM
Summary/Motivation:
This was originally part of #1346, but I thought it would be better to move the Pylint-specific changes to a separate PR.
Changes proposed in this PR:
Legal Acknowledgement
By contributing to this software project, I agree to the following terms and conditions for my contribution: