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
The current code causes several pyright checks to fail, such as the checks for incompatible field or method overrides. As a temporary solution, these checks have been changed to warnings instead of being treated as errors. Once this is fixed, this condition can be removed from the pyright configuration in the pyproject.toml file.
The text was updated successfully, but these errors were encountered:
The current code causes several pyright checks to fail, such as the checks for incompatible field or method overrides. As a temporary solution, these checks have been changed to warnings instead of being treated as errors. Once this is fixed, this condition can be removed from the pyright configuration in the
pyproject.toml
file.The text was updated successfully, but these errors were encountered: