From 867e4dd3dc9235974974fd5dab204371616d6f49 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 13 Mar 2023 11:19:10 +1100 Subject: [PATCH] top: Add Black configuration section to pyproject.toml. For convenience, eg for IDEs. Signed-off-by: Damien George --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3bc55993a8..3b2a9f3135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ +[tool.black] +line-length = 99 + [tool.codespell] count = "" ignore-regex = '\b[A-Z]{3}\b'