-
Notifications
You must be signed in to change notification settings - Fork 5
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
Hoard of mypy errors #24
Comments
The error about 'jaraco.context' is surprising, because it has type annotations and a py.typed marker. Oh, the marker was added in jaraco.context 6, but 5.x is what's installed. |
Aha, refreshing the environment, the error goes away. It was just a stale environment. |
jaraco
added a commit
that referenced
this issue
Aug 21, 2024
jaraco
added a commit
that referenced
this issue
Aug 21, 2024
jaraco
added a commit
that referenced
this issue
Aug 21, 2024
jaraco
added a commit
that referenced
this issue
Aug 21, 2024
jaraco
added a commit
that referenced
this issue
Aug 21, 2024
jaraco
added a commit
that referenced
this issue
Aug 21, 2024
jaraco
added a commit
that referenced
this issue
Aug 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the recent merge of skeleton, a whole slew of errors are coming from mypy:
The text was updated successfully, but these errors were encountered: