-
-
Notifications
You must be signed in to change notification settings - Fork 18.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
CLN: Added static types #33169
CLN: Added static types #33169
Conversation
pandas/_libs/tslibs/parsing.pyx
Outdated
object default, | ||
bint ignoretz=False, | ||
tzinfos=None, | ||
dayfirst=None, |
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.
bint no?
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.
Doing so will require changing the default value of dayfirst
, is it okay?
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.
yes please. ping on green
pandas/_libs/tslibs/parsing.pyx
Outdated
str timestr, | ||
object default, | ||
bint ignoretz=False, | ||
tzinfos=None, |
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.
str/object
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
lgtm |
…libs-tslibs-parsing
…libs-tslibs-parsing
…libs-tslibs-parsing
@jreback any outstanding comments? |
thanks @MomIsBestFriend |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
I'll revert any change related to styling, I applied "black" formatting in some places, just so I could think straight.