From d18d9aff64035b3b1cdd2e272243c250335380f1 Mon Sep 17 00:00:00 2001 From: Aleksei Stepanov Date: Tue, 4 Jul 2023 12:32:48 +0200 Subject: [PATCH] assignment expressions is a bit early --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index e882ef3..892b6b4 100644 --- a/.pylintrc +++ b/.pylintrc @@ -91,7 +91,8 @@ disable=locally-disabled, logging-fstring-interpolation, logging-format-interpolation, unsubscriptable-object, - loop-invariant-statement + loop-invariant-statement, + consider-using-assignment-expr # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option