diff options
Diffstat (limited to 'tests/.pylintrc')
-rw-r--r-- | tests/.pylintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.pylintrc b/tests/.pylintrc index c1674d9..8e6d2aa 100644 --- a/tests/.pylintrc +++ b/tests/.pylintrc @@ -31,6 +31,7 @@ disable= ungrouped-imports, unidiomatic-typecheck, unnecessary-lambda, + unsubscriptable-object, unsupported-assignment-operation, unused-argument, unused-variable, |