Skip to content

Commit

Permalink
Silence pylint unsubscriptable-object with py3.9
Browse files Browse the repository at this point in the history
Until pylint is fixed, unsubscriptable-object generates lots of false
positives. This commit can be reverted with pylint > 2.6.0.

See
 pylint-dev/pylint#3882
  • Loading branch information
llimeht committed Nov 28, 2020
1 parent 2cf7c4e commit 50fbe62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ disable=
too-many-nested-blocks,
too-many-public-methods,
too-many-statements,
unsubscriptable-object,
useless-object-inheritance,

[REPORTS]
Expand Down

0 comments on commit 50fbe62

Please sign in to comment.