From d830d303056023999d705b9003bc52fb09e2ff44 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Wed, 14 Dec 2022 17:48:57 -0500 Subject: Preemptively tweak an isort setting. And bump the minimum tox version. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index f5fe8db..71f6d34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,6 +101,7 @@ path = "CHANGELOG.rst" pattern = "(^v.+?)\nv" [tool.isort] +combine_as_imports = true from_first = true include_trailing_comma = true multi_line_output = 3 -- cgit v1.2.1