ARG002: fix
This commit is contained in:
@@ -294,8 +294,8 @@ class Machine:
|
|||||||
def execute(
|
def execute(
|
||||||
self,
|
self,
|
||||||
command: str,
|
command: str,
|
||||||
check_return: bool = True,
|
check_return: bool = True, # noqa: ARG002
|
||||||
check_output: bool = True,
|
check_output: bool = True, # noqa: ARG002
|
||||||
timeout: int | None = 900,
|
timeout: int | None = 900,
|
||||||
) -> subprocess.CompletedProcess:
|
) -> subprocess.CompletedProcess:
|
||||||
"""Execute a shell command, returning a list `(status, stdout)`.
|
"""Execute a shell command, returning a list `(status, stdout)`.
|
||||||
|
|||||||
Reference in New Issue
Block a user