Skip to content

Commit 452303f

Browse files
authored
Fix toml
1 parent 0adcb97 commit 452303f

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
@@ -57,8 +57,8 @@ batch = [
5757
"tqdm",
5858
]
5959
dev = [
60-
"ruff"
61-
"pytest"
60+
"ruff",
61+
"pytest",
6262
"pytest-cov",
6363
"sphinx",
6464
"pytest-mock",
@@ -73,7 +73,7 @@ docs = [
7373
"pydata_sphinx_theme",
7474
"seaborn",
7575
"myst-nb",
76-
"myst-parser", # Markdown in Sphinx
76+
"myst-parser", # Markdown in Sphinx
7777
]
7878

7979
[project.urls]

0 commit comments

Comments
 (0)