Skip to content

Commit b734ada

Browse files
committed
Fix toml
1 parent 5d16884 commit b734ada

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ batch = [
5858
"tqdm",
5959
]
6060
dev = [
61-
"ruff"
62-
"pytest"
61+
"ruff",
62+
"pytest",
6363
"pytest-cov",
6464
"sphinx",
6565
"pytest-mock",
@@ -74,7 +74,7 @@ docs = [
7474
"pydata_sphinx_theme",
7575
"seaborn",
7676
"myst-nb",
77-
"myst-parser", # Markdown in Sphinx
77+
"myst-parser", # Markdown in Sphinx
7878
]
7979

8080
[project.urls]

0 commit comments

Comments
 (0)