From 383fd9a61204bafe5aa5bc9c029c467bc5454aa0 Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Mon, 30 Jan 2023 11:12:55 +1000 Subject: [PATCH] Add line length specification --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ac99d7a6..0064848ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [tool.black] -# line-length = 120 +line-length = 80 [tool.isort] profile = "black" py_version = 36 multi_line_output = 3 -# line_length = 120 +line_length = 80 indent = 4