From 0b150d35f7d8894d203d17aecce2a0ee6fcf09ae Mon Sep 17 00:00:00 2001 From: yanyongyu <42488585+yanyongyu@users.noreply.github.com> Date: Fri, 28 Jan 2022 12:32:19 +0800 Subject: [PATCH] :pencil2: fix isort line length typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c48e03a6..0b432fce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ extend-exclude = ''' [tool.isort] profile = "black" -line_length = 80 +line_length = 88 length_sort = true skip_gitignore = true force_sort_within_sections = true