-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Possible issue with PyYAML's load() #2886
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
Labels
stubs: incomplete
Annotations or sub-modules missing from an existing package or module
Comments
This might be because |
This was fixed in #3035. |
Feel free to submit a PR :) |
Apologies for my mistake. |
Is this fixed by #9752 ? |
Looks like it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running into a confusing error when using mypy to check a project using PyYAML.
Relevant code:
Error message (from
mypy --strict
):Yet the typeshed has:
Versions:
• OS: macOS 10.14.3
• Python: 3.7.2 (installed via Homebrew)
• Pipenv: 2018.11.26
• mypy: 0.670
• PyYAML: 5.1
(If this belongs in the mypy repo, I'm happy to move it.)
The text was updated successfully, but these errors were encountered: