From d6206e6b615126621fee73ebf217880451f25add Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Sun, 3 Jan 2021 16:11:16 -0800 Subject: [PATCH] Updated git hook to refer to a more recent version of pyright. --- docs/ci-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci-integration.md b/docs/ci-integration.md index 6daee72e0..5e19c3f98 100644 --- a/docs/ci-integration.md +++ b/docs/ci-integration.md @@ -13,7 +13,7 @@ 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.55'] + additional_dependencies: ['pyright@1.1.99'] ``` ### Running Pyright from a CI script