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