Skip to content

Commit d34e8aa

Browse files
committed
Add black back
Rye had ruff built in for formatting, but now with uv we need to add black ourselves.
1 parent 74edd8d commit d34e8aa

2 files changed

Lines changed: 77 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dev = [
4949
"isort~=6.0",
5050
"csvkit~=2.0",
5151
"ipython~=8.31",
52+
"black~=25.9",
5253
]
5354

5455
[tool.isort]

uv.lock

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)