From b82c8526b2fc870da1e00a6b104e2263c56b69d3 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 10 Aug 2023 22:08:04 +0200 Subject: [PATCH] configure isort --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d9101a0..5e3dba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ [tool.black] extend-exclude = 'capabilities-data' +[tool.isort] +profile = "black" +