8000 [WIP} Fix type annotation in pandas/core/api by vaibhavhrt · Pull Request #26341 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

[WIP} Fix type annotation in pandas/core/api #26341

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

Merged
merged 7 commits into from
May 12, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove the module from mypy.ini
  • Loading branch information
vaibhavhrt committed May 11, 2019
commit b4922814fe615d4e0b8f417fe4011eccf3efc9d6
3 changes: 0 additions & 3 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ follow_imports=silent
[mypy-pandas.conftest,pandas.tests.*]
ignore_errors=True

; [mypy-pandas.core.api]
; ignore_errors=True

[mypy-pandas.core.indexes.base]
ignore_errors=True

Expand Down
0