Skip to content

Commit

Permalink
Update typing for jupyter_client 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 25, 2023
1 parent 58cc39d commit da421ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipykernel/kernelspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def install(
)
# cleanup afterward
shutil.rmtree(path)
return dest # type:ignore[no-any-return]
return dest


# Entrypoint
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ matrix.qt.features = [

[tool.hatch.envs.typing]
features = ["test"]
dependencies = ["mypy>=1.6.0", "traitlets>=5.11.2", "ipython>=8.16.1"]
dependencies = ["mypy>=1.6.0", "traitlets>=5.12.0", "ipython>=8.16.1", "jupyter_client>=8.5"]
[tool.hatch.envs.typing.scripts]
test = "mypy --install-types --non-interactive {args}"

Expand Down

0 comments on commit da421ea

Please sign in to comment.