From 04ba7fcbf4b9fbef2092175b2eb59a7f3136355a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 27 Nov 2023 22:42:11 +0200 Subject: [PATCH] Update leftover comment reference from black to ruff (#104605) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 888743c1d6a..5661b7ca130 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ class-const-naming-style = "any" [tool.pylint."MESSAGES CONTROL"] # Reasons disabled: -# format - handled by black +# format - handled by ruff # locally-disabled - it spams too much # duplicate-code - unavoidable # cyclic-import - doesn't test if both import on load