-
-
Notifications
You must be signed in to change notification settings - Fork 242
Failing type check with mypy #488
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
Comments
As I understand it, without the It sounds like I have a bug in the types for Cheers! |
How can my example be even simpler? :)
Python 3.10.5 |
Oops! It was so simple that I glossed right over it, sorry! 🙃
Sounds like it could be related. I'll keep you updated. |
Fixed in 4.4.3. Cheers |
Great, thank you! |
Environment:
Example listing of
check.py
:Type checking error:
There is usually a lot of accessing attributes of the
current_user
variable so I've started to see a huge number of these errors in my codebase. Version 4.4.1 leads to the same errors but there is no such errors with version 4.4.0 so I guess it relates to #480. Also when I removedpy.typed
file from my local installation then errors disappeared.The text was updated successfully, but these errors were encountered: