From ba58c7ecf9eb427d3921677d8a308e6dd82e3ea4 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Mon, 9 Jun 2025 17:31:20 -0400 Subject: [PATCH] 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. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fd8c49db25b..5540ddecd16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,3 @@ -[tool.black] -line-length = 120 - [tool.ruff] line-length = 120