From 08ff37de7db3683acb8c113364de464004ac43aa Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 7 Sep 2023 10:55:08 -0400 Subject: [PATCH] Re-add `[tool.black]` to pyproject.toml with placeholder to prevent removal --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4c5f386..d5023af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,9 @@ server = [ "setuptools~=68.2", ] +[tool.black] +line-length = 88 + [tool.djlint] profile="django" extension = ".dj.html"