We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6b050 commit df0e9e7Copy full SHA for df0e9e7
jupyter_core/application.py
@@ -78,7 +78,7 @@ class JupyterApp(Application):
78
def _log_level_default(self) -> int:
79
return logging.INFO
80
81
- jupyter_path: list[str] | List = List(Unicode())
+ jupyter_path = List(Unicode())
82
83
def _jupyter_path_default(self) -> list[str]:
84
return jupyter_path()
pyproject.toml
@@ -89,7 +89,7 @@ nowarn = "test -W default {args}"
89
90
[tool.hatch.envs.typing]
91
features = ["test"]
92
-dependencies = ["mypy~=1.6.0", "traitlets>=5.11.2"]
+dependencies = ["mypy~=1.6.0", "traitlets>=5.13.0"]
93
[tool.hatch.envs.typing.scripts]
94
test = "mypy --install-types --non-interactive {args}"
95
0 commit comments