We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mypy accepts the following program, but it's actually an error at runtime (even if the lines are reversed).
class A('B'): pass class B: pass
Sort of similar to #686, but this bug probably has a simple local fix.
The text was updated successfully, but these errors were encountered:
Sounds like pretty low priority since as soon as you import that module it'll fail loudly.
Sorry, something went wrong.
No branches or pull requests
Mypy accepts the following program, but it's actually an error at runtime (even if the lines are reversed).
Sort of similar to #686, but this bug probably has a simple local fix.
The text was updated successfully, but these errors were encountered: