From ed3ce767627d88a8c84dc4f3192320690b42924f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alieh=20Ryma=C5=A1e=C5=ADski?= Date: Tue, 28 Jun 2022 16:58:23 +0000 Subject: [PATCH] Remove a redundant comment `profile = "black"` in `isort` block suggests that this is an `isort` profile compatible with `black`. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7145f7d..eb65f46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,5 @@ [tool.black] target-version = ["py37"] -# black compatible isort [tool.isort] profile = "black"