Skip to content

Commit

Permalink
Upgrade pyright to 1.1.225 (#18599)
Browse files Browse the repository at this point in the history
* Upgrade pyright to 1.1.225

* Ignore file

* Unpin pyright version
  • Loading branch information
kimadeline authored Feb 28, 2022
1 parent a4c3170 commit fcf75e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
- name: Run Pyright
uses: jakebailey/pyright-action@v1
with:
version: 1.1.223
working-directory: 'pythonFiles'

### Non-smoke tests
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
- name: Run Pyright
uses: jakebailey/pyright-action@v1
with:
version: 1.1.223
working-directory: 'pythonFiles'

### Non-smoke tests
Expand Down
1 change: 1 addition & 0 deletions pythonFiles/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ignore = [
'tests/testing_tools/adapter/test___main__.py',
'tests/testing_tools/adapter/test_discovery.py',
'tests/testing_tools/adapter/test_functional.py',
'tests/testing_tools/adapter/test_report.py',
'tests/testing_tools/adapter/test_util.py',
'tests/testing_tools/adapter/pytest/test_cli.py',
'tests/testing_tools/adapter/pytest/test_discovery.py',
Expand Down

0 comments on commit fcf75e7

Please sign in to comment.