From 9ff23519202bced0e77aba2fc1a3ed9f53354152 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Thu, 9 Nov 2023 11:11:10 -0800 Subject: [PATCH] Add descriptions to envs in pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7edd196..0d58096 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",