From 12159e00c1e62f10ba4e2d7ed1038f7becb307e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Fri, 17 Nov 2023 09:15:18 +0100 Subject: [PATCH] Use the black profile for isort --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0328739..da022e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,9 @@ djhtml = "^1.5.2" djlint = "^1.19.11" isort = "^5.11.4" +[tool.isort] +profile = "black" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"