Skip to content

Commit

Permalink
Add descriptions to envs in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Nov 9, 2023
1 parent 584198e commit 9ff2351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ packages = ["jupyterlab_display_name"]
"jupyter_server_config.json" = "etc/jupyter/jupyter_server_config.d/jupyterlab_display_name.json"

[tool.hatch.envs.default]
description = "For running JupyterLab in development"
dependencies = ["jupyterlab>=4.0.8,<5", "jupyter-collaboration>=1.2.0,<2"]

[tool.hatch.envs.lint]
description = "For linting and type checking Python"
dependencies = [
"flake8>=6.1.0,<7",
"pylint>=3.0.2,<4",
Expand Down

0 comments on commit 9ff2351

Please sign in to comment.