8000 Fix mypy error in pandas/tests.indexes.test_base.py by rushabh-v · Pull Request #29188 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Fix mypy error in pandas/tests.indexes.test_base.py #29188

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 14 commits into from
Nov 27, 2019
Prev Previous commit
Next Next commit
Update setup.cfg
  • Loading branch information
rushabh-v authored Oct 25, 2019
commit 73d34bae02afe966cbec4121efb1fd9dfcdf8839
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ ignore_errors=True
[mypy-pandas.tests.indexes.period.test_period]
ignore_errors=True

# [mypy-pandas.tests.indexes.test_base]
# ignore_errors=True

[mypy-pandas.tests.indexes.test_category]
ignore_errors=True

Expand Down
0