Skip to content

Commit

Permalink
Fix toml
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Sep 20, 2024
1 parent 5d16884 commit b734ada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ batch = [
"tqdm",
]
dev = [
"ruff"
"pytest"
"ruff",
"pytest",
"pytest-cov",
"sphinx",
"pytest-mock",
Expand All @@ -74,7 +74,7 @@ docs = [
"pydata_sphinx_theme",
"seaborn",
"myst-nb",
"myst-parser", # Markdown in Sphinx
"myst-parser", # Markdown in Sphinx
]

[project.urls]
Expand Down

0 comments on commit b734ada

Please sign in to comment.