mirror of
https://github.com/ceph/ceph
synced 2024-12-26 21:43:10 +00:00
mgr/dashboard: disable unsubscriptable-object warning from pylint
see https://github.com/PyCQA/pylint/issues/3882 Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
0fb8a988df
commit
2c3e1926de
@ -123,7 +123,8 @@ disable=import-star-module-level,
|
||||
relative-beyond-top-level,
|
||||
raise-missing-from,
|
||||
super-with-arguments,
|
||||
import-outside-toplevel
|
||||
import-outside-toplevel,
|
||||
unsubscriptable-object
|
||||
|
||||
|
||||
# Enable the message, report, category or checker with the given id(s). You can
|
||||
|
Loading…
Reference in New Issue
Block a user