From b734ada8c39fac6a89c69848abcb629c327cffdc Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Sun, 1 Sep 2024 19:42:06 +0200 Subject: [PATCH] Fix toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05dd44e449d..1e1b69a596a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,8 +58,8 @@ batch = [ "tqdm", ] dev = [ - "ruff" - "pytest" + "ruff", + "pytest", "pytest-cov", "sphinx", "pytest-mock", @@ -74,7 +74,7 @@ docs = [ "pydata_sphinx_theme", "seaborn", "myst-nb", - "myst-parser", # Markdown in Sphinx + "myst-parser", # Markdown in Sphinx ] [project.urls]