Skip to content

Commit

Permalink
bump basedpyright to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Sep 2, 2024
1 parent d00dff8 commit 5989a9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ruff = "^0.6.3"
pytest = "^8.3.2"

[tool.poetry.group.typecheck.dependencies]
basedpyright = "^1.16.0"
basedpyright = "^1.17.1"
typing_extensions = "*"
pytest = "*"

Expand Down
2 changes: 1 addition & 1 deletion tests/test_mainpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def app():
)


def test_async_implicit(no_uvloop: None, monkeypatch: pytest.MonkeyPatch):
def test_async_implicit(no_uvloop: None, monkeypatch: pytest.MonkeyPatch): # pyright: ignore[reportUnusedParameter]
@mp.main
@_patch_module(monkeypatch, '__main__')
async def app():
Expand Down

0 comments on commit 5989a9d

Please sign in to comment.