From 16bcfc6cfafbf1513ddfee07f6aafbdb0efba692 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Wed, 1 Oct 2025 18:43:52 +0200 Subject: [PATCH] Ensuring isort uses black profile --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3155a51..6a21784 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,3 +25,5 @@ testpaths = [ "tests" ] +[tool.isort] +profile = "black" \ No newline at end of file