Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ac159b

Browse files
committed
back to pyright
1 parent 62d3661 commit 2ac159b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pytest-xdist
88
pytest-timeout
99
# For testing types
1010
mypy==1.19.1
11-
basedpyright
11+
pyright
1212
# for optional f2py encoding detection
1313
charset-normalizer
1414
tzdata

tools/pyright_completeness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run_pyright_with_coverage(
4040
exclude_like: Sequence[str],
4141
) -> int:
4242
result = subprocess.run(
43-
["basedpyright", *pyright_args], capture_output=True, text=True
43+
["pyright", *pyright_args], capture_output=True, text=True
4444
)
4545

4646
try:

0 commit comments

Comments
 (0)