From 0c0ee01a296cffad1f435bfd767e36a31b628bf4 Mon Sep 17 00:00:00 2001 From: Aleksolotl <aleksolotl@aleksis.org> Date: Sat, 18 Nov 2023 15:57:15 +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 f29b0a9..6b6ae5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,12 +65,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