From 931cad8324e0146bed0811bd2ed4e56f4b31b20b Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 24 May 2024 22:37:40 +0800 Subject: [PATCH] chore: config ruff --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 609050e..adca2d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,9 @@ fix = true show-fixes = true output-format = "full" +[tool.ruff.format] +quote-style = "single" + [tool.ruff.lint] extend-select = [ "W", # pycodestyle Warning