From c37ec385b736e23d61c371d8214d77212aef6b71 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 19 Jul 2020 23:35:13 -0700 Subject: Remove comment about Black sorting imports Lies! --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 9bdd2274c..36187efd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ exclude = ''' )/ ''' - # This next section only exists for people that have their editors -# automatically call isort, black already sorts entries on its own when run. +# This next section only exists for people that have their editors +# automatically call isort. [tool.isort] profile = "black" multi_line_output = 3 -- cgit v1.2.3