diff --git a/pyproject.toml b/pyproject.toml index 7bab1c1b122..7bc3edc9bf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -289,7 +289,7 @@ disable = [ "use-list-literal", # C405 "useless-object-inheritance", # UP004 "useless-return", # PLR1711 - "no-self-use", # PLR6301 + # "no-self-use", # PLR6301 # Optional plugin, not enabled # Handled by mypy # Ref: