diff --git a/pyproject.toml b/pyproject.toml index f29b0a94af6fa15690778df261cfb2523c2fe360..6b6ae5f7c28432524797d7374822e00549b01ff3 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"]