From cf293a83734ca69f702cf96886cab2ef00ccc3a3 Mon Sep 17 00:00:00 2001
From: Aleksolotl <aleksolotl@aleksis.org>
Date: Sat, 18 Nov 2023 15:56:48 +0000
Subject: [PATCH] Update pyproject.toml

---
 pyproject.toml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 448e26bd3..b4db23625 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -86,12 +86,9 @@ sphinxcontrib-svg2pdfconverter = "^1.1.1"
 sphinx-autodoc-typehints = "^1.7"
 sphinx_material = "^0.0.35"
 
-[tool.black]
-line-length = 100
-exclude = "/migrations/"
-
 [tool.ruff]
 exclude = ["migrations", "tests"]
+line-length = 100
 
 [tool.ruff.lint]
 select = ["E", "F", "UP", "B", "SIM", "I", "DJ", "A", "S"]
-- 
GitLab