pylint: allow unnecessary-lambda-assignment

This commit is contained in:
Frédéric Péters 2022-06-01 19:08:13 +02:00
parent d46f33435d
commit b1bf8d47cc
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ disable=
too-many-return-statements,
too-many-statements,
undefined-loop-variable,
unnecessary-lambda-assignment,
unspecified-encoding,
unsubscriptable-object,
unsupported-assignment-operation,