From 3782eddc4d5a7ff719f9e8b5bb06ec612bbd5dc2 Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Wed, 7 Aug 2024 13:00:19 +0800 Subject: [PATCH] Add ruff rule --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 92f5b8f3..805176d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,3 +141,6 @@ max-nested-blocks = 5 [tool.pylint.format] # Maximum number of characters on a single line. max-line-length = 88 + +[tool.ruff.format] +quote-style = "preserve"