Updated git hook to refer to a more recent version of pyright.

This commit is contained in:
Eric Traut 2021-01-03 16:11:16 -08:00
parent f9db4dcc8a
commit d6206e6b61

View File

@ -13,7 +13,7 @@ You can configure pyright to run as a git hook (e.g. prior to each check-in) by
language: node language: node
pass_filenames: false pass_filenames: false
types: [python] types: [python]
additional_dependencies: ['pyright@1.1.55'] additional_dependencies: ['pyright@1.1.99']
``` ```
### Running Pyright from a CI script ### Running Pyright from a CI script