Ruff: propgate config from OP (#1579)

This commit is contained in:
Justin Newberry
2023-08-14 12:52:02 -07:00
committed by GitHub
parent 05295dc42a
commit 4ea50fbb09
22 changed files with 30 additions and 60 deletions

View File

@@ -59,7 +59,7 @@ class PandaDFU:
return handle
@staticmethod
def list() -> List[str]:
def list() -> List[str]: # noqa: A003
ret = PandaDFU.usb_list()
ret += PandaDFU.spi_list()
return list(set(ret))