diff --git a/docs/ci-integration.md b/docs/ci-integration.md index 5e19c3f98..d80ba8e0f 100644 --- a/docs/ci-integration.md +++ b/docs/ci-integration.md @@ -13,7 +13,8 @@ You can configure pyright to run as a git hook (e.g. prior to each check-in) by language: node pass_filenames: false types: [python] - additional_dependencies: ['pyright@1.1.99'] + # Replace the version below with the latest pyright version + additional_dependencies: ['pyright@1.1.XXX'] ``` ### Running Pyright from a CI script