Disable pylint's too-many-boolean-expressions.
This commit is contained in:
parent
24f466b2c3
commit
8f068dda1b
@ -40,7 +40,8 @@ disable=no-self-use,
|
|||||||
# https://github.com/PyCQA/pylint/issues/1698
|
# https://github.com/PyCQA/pylint/issues/1698
|
||||||
unsupported-membership-test,
|
unsupported-membership-test,
|
||||||
unsupported-assignment-operation,
|
unsupported-assignment-operation,
|
||||||
unsubscriptable-object
|
unsubscriptable-object,
|
||||||
|
too-many-boolean-expressions
|
||||||
|
|
||||||
[BASIC]
|
[BASIC]
|
||||||
function-rgx=[a-z_][a-z0-9_]{2,50}$
|
function-rgx=[a-z_][a-z0-9_]{2,50}$
|
||||||
|
Loading…
Reference in New Issue
Block a user