From 68ba8b4c77c4172c880fd08f6e65f14d939d204a Mon Sep 17 00:00:00 2001 From: younes makhchan Date: Fri, 19 Dec 2025 18:05:50 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 374fd819..45d66c92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ src_paths = [ "pyagentspec/tests", ] profile = "black" -line_length = 100 +line_length = 20 [tool.black] line-length = 100