Update pyright version

This commit is contained in:
Josh
2023-07-01 18:26:27 -04:00
committed by GitHub
parent 0871b34fc8
commit 630b2a1e55
17 changed files with 45 additions and 27 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- name: Run Pyright
uses: jakebailey/pyright-action@v1
with:
version: '1.1.289'
version: '1.1.316'
warnings: false
no-comments: ${{ matrix.python-version != '3.x' }}