mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user