From 5ca64b07befe741731609323f4c7409d7c0dfcff Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Sat, 12 Nov 2022 11:30:20 -0500 Subject: [PATCH] STYLE: enable pylint useless-option-value --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b436b29c03c84..3d38999e65817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,6 @@ disable = [ "too-many-statements", "unnecessary-comprehension", "unnecessary-list-index-lookup", - "useless-option-value", # pylint type "W": warning, for python specific problems "abstract-method",