Skip to content

Commit 4106fa7

Browse files
author
JasonXZLiu
committed
Disable unsubscriptable-object in pylintrc
1 parent d17df8e commit 4106fa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ disable=missing-docstring,
7171
bad-continuation, # Leave this up to black
7272
line-too-long, # Leave this up to black
7373
exec-used
74+
unsubscriptable-object
7475

7576
# Enable the message, report, category or checker with the given id(s). You can
7677
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)