Meta: Remove black configuration

I left this here originally thinking that black and ruff are compatible,
so either could be used as a local formatter. But it turns that while
code formatted with ruff will be unchanged by black, the reverse is not
always true. So let's just enforce using ruff.
This commit is contained in:
Timothy Flynn 2025-06-09 17:31:20 -04:00 committed by Tim Flynn
commit ba58c7ecf9
Notes: github-actions[bot] 2025-06-09 21:50:36 +00:00

View file

@ -1,6 +1,3 @@
[tool.black]
line-length = 120
[tool.ruff]
line-length = 120