From 358f719912755be6707a94038fbd289fc7792715 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sun, 11 Sep 2022 11:42:49 -0700 Subject: [PATCH] Update isort config --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4ff75e7..e0b9ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,3 +3,4 @@ line-length = 120 exclude = ".*/version.py" [tool.isort] profile = "black" +line_length = 120