Skip to content

Commit

Permalink
Merge branch 'master' into typevartuples
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm authored Dec 16, 2023
2 parents b21dc7d + 3a4ec47 commit 6257a92
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 @@ -136,7 +136,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 6257a92

Please sign in to comment.