From 325a41e9a4a100d57815b39c473c775e7871b5c9 Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Sat, 11 Mar 2023 12:13:44 +0200 Subject: [PATCH] increase line length for black --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5667b1b3..16184a1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.black] -line-length = 110 +line-length = 120 target-version = ['py39', 'py310', 'py311'] include = '\.py$' force-exclude = '''