From 642ae9627cd28fc9ba8c0c745375a0becbc202eb Mon Sep 17 00:00:00 2001 From: kclowes Date: Fri, 9 Dec 2022 11:25:55 -0700 Subject: [PATCH] Update isort CLI commands (#72) --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 00ca4463..23729cfc 100644 --- a/tox.ini +++ b/tox.ini @@ -6,9 +6,11 @@ envlist= [isort] combine_as_imports=True +force_grid_wrap=1 force_sort_within_sections=True known_third_party=hypothesis,pytest known_first_party= +multi_line_output=3 profile=black [flake8]