You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are a lot of errors that occur when running mypy's type checker.
The important type information (Class attributes, function parameters, function returns) seems to be mostly fine, but other type information produces errors.
I'm almost certain this is due to me not understanding mypy's type system well enough, so I need to go through them one by one and figure out how to use mypy properly.
The text was updated successfully, but these errors were encountered:
Currently there are a lot of errors that occur when running mypy's type checker.
The important type information (Class attributes, function parameters, function returns) seems to be mostly fine, but other type information produces errors.
I'm almost certain this is due to me not understanding mypy's type system well enough, so I need to go through them one by one and figure out how to use mypy properly.
The text was updated successfully, but these errors were encountered: