Skip to content

Commit 411486e

Browse files
petetronicwesm
authored andcommitted
Merged PR posit-dev/positron-python#431: downgrade pyright to match upstream; fix ruff ignores
Merge pull request #431 from posit-dev/ci-fixes downgrade pyright to match upstream; fix ruff ignores -------------------- Commit message for posit-dev/positron-python@1a45ab6: downgrade pyright to match upstream; fix ruff ignores Authored-by: Pete Farland <[email protected]> Signed-off-by: Wasim Lorgat <[email protected]>
1 parent 96e7752 commit 411486e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/positron-python/.github/workflows/positron-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Run Pyright
9797
uses: jakebailey/pyright-action@v2
9898
with:
99-
version: 1.1.352
99+
version: 1.1.308
100100
working-directory: 'pythonFiles'
101101

102102
python-tests:

extensions/positron-python/pythonFiles/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ exclude = [
8282
'pythonFiles/tests/unittestadapter/test_utils.py',
8383
# --- Start Positron ---
8484
# Ignore vendored dependencies
85-
'lib/python',
85+
'lib/',
8686
'positron/positron_ipykernel/_vendor/',
8787
# --- End Positron ---
8888
]

0 commit comments

Comments
 (0)