This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relax
ignore-missing-imports
for modules that have stubs now and update mypy #11006Relax
ignore-missing-imports
for modules that have stubs now and update mypy #11006Changes from 10 commits
2665e77
05bd370
faa1f10
db6001f
e4a27c1
eec2cb0
df7ffe5
3844414
ec73d78
e3e8756
4d0bc24
79fcc8c
e2ec76b
57ba17d
6630fa2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I wonder how closely these should match the versions that we have installed (or are they versioned separately)?
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.
I assumed the versions match the underlying project's versions, but from http://mypy-lang.blogspot.com/2021/05/the-upcoming-switch-to-modular-typeshed.html I read that
That was back in May though.
There's some discussion on PEP 561, but I'm not sure what to make of it to be honest.
I'm somewhat tempted to leave this as it is and see how things go.