From 71cff89a007d6d866d51fc9cfc098578eceb2639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sat, 12 Aug 2023 18:44:59 +0200 Subject: [PATCH] Use the "black" profile for isort. Otherwise they work against each other. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 50e6e79..8387ce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ isort_ignore = ["*migrations/*.py"] [tool.isort] skip_glob = ["*migrations/*.py"] +profile = "black" [tool.black] line-length = 88