Skip to content

Commit fcf75e7

Browse files
authored
Upgrade pyright to 1.1.225 (#18599)
* Upgrade pyright to 1.1.225 * Ignore file * Unpin pyright version
1 parent a4c3170 commit fcf75e7

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
- name: Run Pyright
103103
uses: jakebailey/pyright-action@v1
104104
with:
105-
version: 1.1.223
106105
working-directory: 'pythonFiles'
107106

108107
### Non-smoke tests

.github/workflows/pr-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
- name: Run Pyright
7878
uses: jakebailey/pyright-action@v1
7979
with:
80-
version: 1.1.223
8180
working-directory: 'pythonFiles'
8281

8382
### Non-smoke tests

pythonFiles/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ignore = [
2929
'tests/testing_tools/adapter/test___main__.py',
3030
'tests/testing_tools/adapter/test_discovery.py',
3131
'tests/testing_tools/adapter/test_functional.py',
32+
'tests/testing_tools/adapter/test_report.py',
3233
'tests/testing_tools/adapter/test_util.py',
3334
'tests/testing_tools/adapter/pytest/test_cli.py',
3435
'tests/testing_tools/adapter/pytest/test_discovery.py',

0 commit comments

Comments
 (0)