From d2155fc1efe05ab151ca02e9aed1edacd8bca06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:11:26 +0000 Subject: [PATCH] style: Enable ruff useless-expression (B018) (equivalent to pylint pointless-statement / W010) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b30a806b61..83e3560f874 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,6 @@ ignore = [ "B008", # function-call-in-default-argument "B009", # get-attr-with-constant "B015", # useless-comparison - "B018", # useless-expression "B020", # loop-variable-overrides-iterator "B023", # function-uses-loop-variable "B026", # star-arg-unpacking-after-keyword-arg