From 18b4d72491d8f93f02bc86cc39a34308e1d5cd9c Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Mon, 30 Oct 2023 15:47:40 +0100 Subject: [PATCH] configure isort --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7ad22b4..cb6149f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,4 @@ [tool.black] exclude = "cmake" +[tool.isort] +profile = "black" -- GitLab