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

CI: MyPy fixup #36085

Merged
merged 1 commit into from
Sep 3, 2020
Merged

Conversation

simonjayhawkins
Copy link
Member

@simonjayhawkins simonjayhawkins commented Sep 3, 2020

https://github.com/pandas-dev/pandas/runs/1064831108

mypy --version
mypy 0.782
Performing static analysis using mypy
pandas/io/common.py:168: error: unused 'type: ignore' comment
pandas/io/common.py:170: error: Incompatible default for argument "encoding" (default has type "None", argument has type "str")  [assignment]
pandas/io/common.py:172: error: Incompatible default for argument "mode" (default has type "None", argument has type "str")  [assignment]
Found 3 errors in 1 file (checked 1037 source files)

Copy link
Member

@charlesdong1991 charlesdong1991 left a comment

Choose a reason for hiding this comment

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

Nice! @simonjayhawkins

merged since several PRs are affected

@charlesdong1991 charlesdong1991 merged commit 309018c into pandas-dev:master Sep 3, 2020
@simonjayhawkins simonjayhawkins deleted the mypy-fixup branch September 3, 2020 10:22
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants