-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 unnecessary-lambda
false positive for lambdas using its parameters in their body
#8498
Conversation
…ers in their body Fixes #8496
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #8498 +/- ##
=======================================
Coverage 95.81% 95.81%
=======================================
Files 174 174
Lines 18334 18337 +3
=======================================
+ Hits 17567 17570 +3
Misses 767 767
|
This comment has been minimized.
This comment has been minimized.
I refactored the
|
The |
I'd rather disable this one message locally than change the setting for the whole code base. |
I’ve disabled the warning for that line. |
This comment has been minimized.
This comment has been minimized.
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.
👌
🤖 Effect of this PR on checked open source code: 🤖 Effect on pandas:
This comment was generated for commit 5e7256f |
Amazing first contribution @cherryblossom000 ! This is going into the next patch version (2.17.2) |
…ers in their body (#8498) (#8506) Fixes #8496 (cherry picked from commit b621436) Co-authored-by: cherryblossom <[email protected]>
Type of Changes
Description
Closes #8496