Skip to content
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

Merged

Conversation

ShaharNaveh
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

I'll revert any change related to styling, I applied "black" formatting in some places, just so I could think straight.

object default,
bint ignoretz=False,
tzinfos=None,
dayfirst=None,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bint no?

Copy link
Member Author

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?

Copy link
Member

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

str timestr,
object default,
bint ignoretz=False,
tzinfos=None,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

str/object

@jreback jreback added the Typing type annotations, mypy/pyright type checking label Mar 31, 2020
@jreback jreback requested a review from jbrockmendel March 31, 2020 13:42
@jreback jreback added this to the 1.1 milestone Mar 31, 2020
Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jbrockmendel
Copy link
Member

lgtm

@WillAyd
Copy link
Member

WillAyd commented Apr 3, 2020

@jreback any outstanding comments?

@jreback jreback merged commit 07636b4 into pandas-dev:master Apr 3, 2020
@jreback
Copy link
Contributor

jreback commented Apr 3, 2020

thanks @MomIsBestFriend

@ShaharNaveh ShaharNaveh deleted the CLN-StaticTypes-_libs-tslibs-parsing branch April 6, 2020 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Typing type annotations, mypy/pyright type checking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants