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
As opposed to other similar pre-commit hooks such mypy, ruff or pylint, pyright one seems to not be able to recognize additional_dependencies and thus produce false positive reports about such reportMissingImports.
How can we configure it to avoid this?
The text was updated successfully, but these errors were encountered:
As opposed to other similar pre-commit hooks such mypy, ruff or pylint, pyright one seems to not be able to recognize
additional_dependencies
and thus produce false positive reports about suchreportMissingImports
.How can we configure it to avoid this?
The text was updated successfully, but these errors were encountered: