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?
As opposed to other similar pre-commit hooks such mypy, ruff or pylint, pyright one seems to not be able to recognize
additional_dependenciesand thus produce false positive reports about suchreportMissingImports.How can we configure it to avoid this?