]> git.proxmox.com Git - mirror_qemu.git/commit - python/setup.cfg
python/pylint: disable no-member check
authorJohn Snow <jsnow@redhat.com>
Wed, 15 Sep 2021 16:29:46 +0000 (12:29 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 27 Sep 2021 16:10:29 +0000 (12:10 -0400)
commit4cd17f375daaa73f0f6fd214e08e2290d86c24be
tree3fb75ab3388cc18683b9bc50e81f99752f978bea
parentc67d696b8592a85ba32dfdc1fc7449fa9b327e29
python/pylint: disable no-member check

mypy handles this better -- but we only need the workaround because
pylint under Python 3.6 does not understand that a MutableMapping really
does have a .get() method attached.

We could remove this again once 3.7 is our minimum.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210915162955.333025-19-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/setup.cfg