Update Pyright to 1.1.237

This commit is contained in:
Rapptz
2022-04-13 02:30:00 -04:00
parent a6ce49833c
commit 737ff5beaf
2 changed files with 3 additions and 3 deletions

View File

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