From f903fb46fd49f720a681fa0b09ce43e976592ff9 Mon Sep 17 00:00:00 2001 From: Greg Pauloski <18683347+gpauloski@users.noreply.github.com> Date: Wed, 28 May 2025 19:30:26 -0500 Subject: [PATCH] Remove ruff lint incompatible formatter --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1a9ee8..93648cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,7 +145,6 @@ parametrize-values-type = "tuple" [tool.ruff.lint.flake8-quotes] inline-quotes = "single" -multiline-quotes = "single" [tool.ruff.lint.isort] force-single-line = true