From 7d0217c7e1dcb51f375cc4f470aef019418f179f Mon Sep 17 00:00:00 2001 From: Vitor Date: Tue, 18 Aug 2026 15:54:15 -0300 Subject: [PATCH] STY (PYPROJECT.RUFF): setup Ruff 'quote-style' config --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5e4eb64f..37c9d4ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,7 @@ fix = true [tool.ruff.format] skip-magic-trailing-comma = true +quote-style = "single" [tool.ruff.lint.isort] split-on-trailing-comma = false