From f879aeaad8e8ec6066a1af1eeea04467f638754e Mon Sep 17 00:00:00 2001 From: David Wallace Date: Mon, 15 Jul 2024 09:58:08 +0200 Subject: [PATCH] build(ruff): enable lint rule G Signed-off-by: David Wallace --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 667bf9d1bb..91fa2f5cbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -139,7 +139,7 @@ select = [ "UP", # pyupgrade "W", # pycodestyle "YTT", # flake8-2020 - "G004", # logging-f-string + "G", # flake8-logging-format ] ignore = [ "B006", # mutable-argument-default