Skip to content
Permalink
Browse files

pylint: Disable check for add-unsubscriptable-object

  • Loading branch information...
janezd committed Mar 1, 2019
1 parent 622bc48 commit ba677ae3ca370f87ccef45d7e318ce9d1fcb76c8
Showing with 3 additions and 2 deletions.
  1. +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

Please sign in to comment.
You can’t perform that action at this time.