From 8d1b71898063d47f02f91ece584e8f167623b072 Mon Sep 17 00:00:00 2001 From: Meni Yakove Date: Tue, 14 Nov 2023 11:31:08 +0200 Subject: [PATCH] Update pre-commit with ruff --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) 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