Skip to content

Commit

Permalink
add black to test deps in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Oct 29, 2024
1 parent 70155bd commit 73dd3df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ doc = [
"sphinxcontrib.mermaid==0.9.2",
]
test = [
"pytest==7"
"pytest==7",
"black=24.*"
]
python_deps = [
"tqdm==4.*",
Expand Down

0 comments on commit 73dd3df

Please sign in to comment.