diff --git a/pyproject.toml b/pyproject.toml index bd9bc70..a4f020c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,4 +6,3 @@ output-format = "grouped" [tool.ruff.format] exclude = [".git", ".venv", ".mypy_cache", ".tox", "__pycache__"] -skip-magic-trailing-comma = true