From 452303f8f1d7f80b134a79418e780fc0afb05d5b 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 de4b1ee5efe..b66125d97b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,8 +57,8 @@ batch = [ "tqdm", ] dev = [ - "ruff" - "pytest" + "ruff", + "pytest", "pytest-cov", "sphinx", "pytest-mock", @@ -73,7 +73,7 @@ docs = [ "pydata_sphinx_theme", "seaborn", "myst-nb", - "myst-parser", # Markdown in Sphinx + "myst-parser", # Markdown in Sphinx ] [project.urls]