-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
STYLE: fix pylint redefined-outer-name warnings (#49656) #49662
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
Conversation
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.
thanks for working on this!
a5eea36
to
1ec48f4
Compare
Fixed warnings for the following files :- - pandas/core/arrays/datetimelike.py - pandas/core/base.py - pandas/core/computation/pytables.py
1ec48f4
to
5f906e5
Compare
I have amended the commit in the base branch. Is that usually the workflow, or do people prefer separate commits for iterations? |
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.
adding commit to the same PR is the preferred approach
Fixed warnings for the following files :- - pandas/core/arrays/datetimelike.py - pandas/core/base.py - pandas/core/computation/pytables.py Iteration :- 2
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.
thanks @grtcoder
…andas-dev#49662) * STYLE: fix pylint redefined-outer-name warnings (pandas-dev#49656) Fixed warnings for the following files :- - pandas/core/arrays/datetimelike.py - pandas/core/base.py - pandas/core/computation/pytables.py * STYLE: fix pylint redefined-outer-name warnings (pandas-dev#49656) Fixed warnings for the following files :- - pandas/core/arrays/datetimelike.py - pandas/core/base.py - pandas/core/computation/pytables.py Iteration :- 2
Fixed warnings for the following files :-
pandas/core/arrays/datetimelike.py
pandas/core/base.py
pandas/core/computation/pytables.py
Tests added and passed if fixing a bug or adding a new feature
All code checks passed.
Added type annotations to new arguments/methods/functions.
Added an entry in the latest
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.