-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
pylint fixes including tidy of f strings, simplifications of conditional statements and isinstances #11205
Conversation
Tidying up of a bunch of pylint issues
Codecov ReportBase: 54.66% // Head: 54.65% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## trunk #11205 +/- ##
==========================================
- Coverage 54.66% 54.65% -0.02%
==========================================
Files 85 85
Lines 5643 5643
Branches 243 244 +1
==========================================
- Hits 3085 3084 -1
Misses 2315 2315
- Partials 243 244 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Thank you, @marksmayo!
Tidying up of a bunch of pylint issues
Description
pylint fixes including tidy of f strings, simplifications of conditional statements and isinstances
Motivation and Context
linting issues can hide major defects
Types of changes
Checklist