Skip to content

Commit

Permalink
Upgrade pyright CI (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann authored Nov 8, 2023
1 parent 104e4eb commit be3c5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python-version: '3.8'
- run: sudo apt update
- run: sudo apt install --no-install-recommends -y x11-xserver-utils
- run: pip3 install mypy==0.971 flake8==5.0.4 pyright==1.1.289 yapf==0.31.0 --user
- run: pip3 install mypy==0.971 flake8==5.0.4 pyright==1.1.335 yapf==0.31.0 --user
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
# - run: mypy -p plugin
- run: flake8 plugin tests
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ per-file-ignores =
deps =
; mypy==0.971
flake8==5.0.4
pyright==1.1.289
pyright==1.1.335
commands =
# mypy disabled as it doesn't currently support cyclic definitions - https://github.com/python/mypy/issues/731
; mypy plugin
Expand Down

0 comments on commit be3c5a4

Please sign in to comment.