From c09480adb7b84a1a629fcdfa3fa9c6e1aecca0a9 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Mon, 3 Jan 2022 17:43:08 -0700 Subject: [PATCH] Updated CI script to make it clear that the latest pyright version should be used. --- docs/ci-integration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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