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