10000 Remove pandas.core.index.datetimelike from MyPy Blacklist by makbigc · Pull Request #26280 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Remove pandas.core.index.datetimelike from MyPy Blacklist #26280

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 12 commits into from
Jun 25, 2019
Prev Previous commit
Next Next commit
merge
  • Loading branch information
makbigc committed May 30, 2019
commit 4b3af23345c97f694bffa4b5a370a60e245f3f71
5 changes: 1 addition & 4 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ ignore_missing_imports=True
follow_imports=silent

[mypy-pandas.conftest,pandas.tests.*]
ignore_errors=True

[mypy-pandas.core.indexes.period]
ignore_errors=True
ignore_errors=True
You are viewing a condensed version of this merge commit. You can view the full changes here.
0