Update to pyright 1.1.242

This commit is contained in:
Rapptz
2022-04-30 19:37:01 -04:00
parent 8be103d6bb
commit 5536ef1eea
7 changed files with 23 additions and 27 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: Run Pyright
uses: jakebailey/pyright-action@v1
with:
version: '1.1.237'
version: '1.1.242'
warnings: false
no-comments: ${{ matrix.python-version != '3.x' }}