mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00
qapi: Add some pylint ignores
This restores the linting baseline in QAPI. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-id: 20250604200354.459501-2-jsnow@redhat.com
This commit is contained in:
parent
f8a113701d
commit
dc955052b4
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ from .visit import gen_visit
|
|||
|
||||
|
||||
class QAPIBackend(ABC):
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
@abstractmethod
|
||||
def generate(self,
|
||||
|
@ -36,6 +37,7 @@ class QAPIBackend(ABC):
|
|||
|
||||
|
||||
class QAPICBackend(QAPIBackend):
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
def generate(self,
|
||||
schema: QAPISchema,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue