Permalink
Browse files
pylint: Disable check for add-unsubscriptable-object
- Loading branch information...
Showing
with
3 additions
and
2 deletions.
-
+3
−2
pylintrc
|
|
@@ -72,7 +72,8 @@ disable= |
|
|
|
parameter-unpacking,long-suffix,cmp-method,using-cmp-argument, |
|
|
|
useless-suppression,import-error, |
|
|
|
empty-docstring,missing-docstring,redefined-outer-name,redefined-builtin, |
|
|
|
attribute-defined-outside-init, no-else-return, len-as-condition, invalid-sequence-index |
|
|
|
attribute-defined-outside-init, no-else-return, len-as-condition, invalid-sequence-index, |
|
|
|
unsubscriptable-object |
|
|
|
|
|
|
|
|
|
|
|
[REPORTS] |
|
|
@@ -382,4 +383,4 @@ int-import-graph= |
|
|
|
overgeneral-exceptions=Exception |
|
|
|
|
|
|
|
[isort] |
|
|
|
known-standard-library=pkg_resources
|
|
|
|
known-standard-library=pkg_resources |
0 comments on commit
ba677ae