Skip to content

Commit bae4fd2

Browse files
authored
Upgrade pyright (#8110)
1 parent 01efba9 commit bae4fd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
7878
fail-fast: false
7979
env:
80-
PYRIGHT_VERSION: 1.1.254 # Must match pyright_test.py.
80+
PYRIGHT_VERSION: 1.1.255 # Must match pyright_test.py.
8181
steps:
8282
- uses: actions/checkout@v2
8383
- uses: jakebailey/pyright-action@v1

tests/pyright_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66
from pathlib import Path
77

8-
_PYRIGHT_VERSION = "1.1.254" # Must match .github/workflows/tests.yml.
8+
_PYRIGHT_VERSION = "1.1.255" # Must match .github/workflows/tests.yml.
99
_WELL_KNOWN_FILE = Path("tests", "pyright_test.py")
1010

1111

0 commit comments

Comments
 (0)