Skip to content

Commit

Permalink
Removed the pyright version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 16, 2023
1 parent 28516e2 commit 3a4ec47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: ~/.cache/pip
key: pip-pyright
- name: Install dependencies
run: pip install -e . pyright==1.1.339 pytest
run: pip install -e . pyright pytest
- name: Run pyright
run: pyright --verifytypes anyio

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ deps = pre-commit
commands = pre-commit run --all-files
[testenv:pyright]
deps = pyright==1.1.339
deps = pyright
commands = pyright --verifytypes anyio
[testenv:docs]
Expand Down

0 comments on commit 3a4ec47

Please sign in to comment.