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 pyright CI check attempts to perform type analysis. This is likely to be flawed with a dynamically typed language. There are some fine grained controls that can customize the type checking (https://microsoft.github.io/pyright/#/configuration?id=type-check-diagnostics-settings). We should look through these and revisit as we get additional Python lint warnings.
The text was updated successfully, but these errors were encountered:
The
pyright
CI check attempts to perform type analysis. This is likely to be flawed with a dynamically typed language. There are some fine grained controls that can customize the type checking (https://microsoft.github.io/pyright/#/configuration?id=type-check-diagnostics-settings). We should look through these and revisit as we get additional Python lint warnings.The text was updated successfully, but these errors were encountered: