-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: bump mypy 0.730 #29653
CI: bump mypy 0.730 #29653
Conversation
[mypy-pandas.tests.indexes.test_base] | ||
ignore_errors=True | ||
|
||
[mypy-pandas.tests.indexing.test_loc] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a false positive in 0.720 so can be removed
@@ -145,10 +145,13 @@ ignore_errors=True | |||
[mypy-pandas.tests.extension.json.test_json] | |||
ignore_errors=True | |||
|
|||
[mypy-pandas.tests.indexes.datetimes.test_tools] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xref #28932, add #type: ignore
as an alternative to ignoring all errors in module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a 'cleaner' fix in 9849163, that could be simply reverted when --warn-unused-ignores
reports issue fixed.
[mypy-pandas.tests.indexes.test_base] | ||
ignore_errors=True | ||
|
||
[mypy-pandas.tests.indexing.test_loc] | ||
[mypy-pandas.tests.scalar.period.test_period] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm whenever travis is green
thanks @simonjayhawkins |
xref #29188 (comment)