Skip to content

Commit 50fbe62

Browse files
committed
Silence pylint unsubscriptable-object with py3.9
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
1 parent 2cf7c4e commit 50fbe62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ disable=
2323
too-many-nested-blocks,
2424
too-many-public-methods,
2525
too-many-statements,
26+
unsubscriptable-object,
2627
useless-object-inheritance,
2728

2829
[REPORTS]

0 commit comments

Comments
 (0)