diff --git a/README.md b/README.md index 29c6d59..f5b2626 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ repos: Pre-commit will install pyright-python in its own virtual environment which can cause pyright to not be able to detect your installed dependencies. -To fix this you can either [tell pre-coomit](https://pre-commit.com/#config-additional_dependencies) to also install those dependencies or explicitly tell pyright which virtual environment to use by updating your [pyright configuration file](https://github.com/microsoft/pyright/blob/main/docs/configuration.md): +To fix this you can either [tell pre-commit](https://pre-commit.com/#config-additional_dependencies) to also install those dependencies or explicitly tell pyright which virtual environment to use by updating your [pyright configuration file](https://github.com/microsoft/pyright/blob/main/docs/configuration.md): ```toml [tool.pyright]