From fcaec08044dde3bbb00b630c5f65ae56ade90907 Mon Sep 17 00:00:00 2001 From: Aleksolotl <aleksolotl@aleksis.org> Date: Sat, 18 Nov 2023 15:56:11 +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 f8760fe..7abae0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,10 +67,6 @@ sphinxcontrib-svg2pdfconverter = "^1.1.1" sphinx-autodoc-typehints = "^1.7" sphinx_material = "^0.0.35" -[tool.black] -line-length = 100 -exclude = "/migrations/" - [tool.curlylint] include = '\.html' @@ -86,6 +82,7 @@ tabindex_no_positive = true [tool.ruff] exclude = ["migrations", "tests"] +line-length = 100 [tool.ruff.lint] select = ["E", "F", "UP", "B", "SIM", "I", "DJ", "A", "S"] -- GitLab