Skip to content

Commit

Permalink
docs(readme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed May 18, 2022
1 parent fec5927 commit 6854d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:/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:/microsoft/pyright/blob/main/docs/configuration.md):
```toml
[tool.pyright]
Expand Down

0 comments on commit 6854d41

Please sign in to comment.