pylint: ignore unsupported-binary-operation (#68473)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2022-08-27 16:02:20 +02:00
parent b9f001f764
commit dcafe94f57
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ disable=
unnecessary-lambda-assignment,
unspecified-encoding,
unsubscriptable-object,
unsupported-binary-operation,
unsupported-membership-test,
unused-argument,
use-a-generator,