Skip to content

Commit

Permalink
Merged PR posit-dev/positron-python#431: downgrade pyright to match u…
Browse files Browse the repository at this point in the history
…pstream; fix ruff ignores

Merge pull request posit-dev/positron-python#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]>
  • Loading branch information
petetronic committed Mar 21, 2024
1 parent d80f7b0 commit 28086cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Run Pyright
uses: jakebailey/pyright-action@v2
with:
version: 1.1.352
version: 1.1.308
working-directory: 'pythonFiles'

python-tests:
Expand Down
2 changes: 1 addition & 1 deletion extensions/positron-python/pythonFiles/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ exclude = [
'pythonFiles/tests/unittestadapter/test_utils.py',
# --- Start Positron ---
# Ignore vendored dependencies
'lib/python',
'lib/',
'positron/positron_ipykernel/_vendor/',
# --- End Positron ---
]

0 comments on commit 28086cd

Please sign in to comment.