From fe9e2cb888fd1335bf6a01651c71a75da7c6fb1b Mon Sep 17 00:00:00 2001 From: claude-code Date: Fri, 30 Jan 2026 13:06:00 +0000 Subject: [PATCH] Add black to dev dependencies Add black formatter to development dependencies in pyproject.toml. All existing code already passes black formatting checks. Co-Authored-By: Claude Sonnet 4.5 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 02c1fc0..d96a587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ build-backend = "uv_build" [dependency-groups] dev = [ + "black", "pytest>=9.0.2", "pytest-httpx>=0.35.0", "syrupy>=5.0.0",