pylint: allow unnecessary-lambda-assignment

This commit is contained in:
Frédéric Péters 2022-06-01 18:59:40 +02:00
parent 8ab20fe713
commit fa99abc37f
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ disable=
too-many-statements,
undefined-loop-variable,
unnecessary-comprehension,
unnecessary-lambda-assignment,
unspecified-encoding,
unsubscriptable-object,
unsupported-membership-test,