From edddd2e0c60fed8a501640dbebda2feb7d993119 Mon Sep 17 00:00:00 2001 From: Vitor Date: Tue, 18 Aug 2026 16:14:45 -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 29e69dc..4f584b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ fix = true [tool.ruff.format] skip-magic-trailing-comma = true +quote-style = "single" [tool.ruff.lint.isort] split-on-trailing-comma = false