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

Pin to mypy 0.641 #5934

Closed
wants to merge 1 commit into from
Closed

Conversation

cytolentino
Copy link
Contributor

@cytolentino cytolentino commented Oct 27, 2018

After adding types in #5930, running tox -e mypy returns the following questionable errors:

src/pip/_internal/cli/base_command.py:104: error: Incompatible types in assignment (expression has type "Optional[int]", variable has type "None")
src/pip/_internal/cli/base_command.py:120: error: Incompatible return value type (got "Tuple[Any, ...]", expected "Tuple[Values, List[Any]]")

which do not occur for mypy 0.641.

@cytolentino cytolentino deleted the bump-mypy-version branch October 27, 2018 12:22
@lock
Copy link

lock bot commented May 31, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label May 31, 2019
@lock lock bot locked as resolved and limited conversation to collaborators May 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant