Skip to content

Commit

Permalink
pylint: disable unsubscriptable-object (#3882)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akhmetov committed Feb 8, 2021
1 parent 502f80c commit 0df2fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylintrc
Expand Up @@ -24,6 +24,7 @@ disable=print-statement,
R0201,
W0212,
R0904,
unsubscriptable-object,
too-few-public-methods,
parameter-unpacking,
unpacking-in-except,
Expand Down

0 comments on commit 0df2fae

Please sign in to comment.