Silence pylint errors.

This commit is contained in:
Andrius Štikonas 2024-10-25 18:14:06 +01:00
parent b120a39ec6
commit 9950b07204
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ class Target:
mount("tmpfs", self.path, "tmpfs", f"size={size}")
self._type = TargetType.TMPFS
# pylint: disable=too-many-arguments
# pylint: disable=too-many-arguments,too-many-positional-arguments
def add_disk(self,
name,
size="16G",