diff --git a/shell_logger/shell.py b/shell_logger/shell.py index 74afbb1..ff464c6 100644 --- a/shell_logger/shell.py +++ b/shell_logger/shell.py @@ -230,7 +230,7 @@ def run(self, command: str, **kwargs) -> SimpleNamespace: ) @staticmethod - def tee( + def tee( # noqa: C901 stdout: Optional[IO[bytes]], stderr: Optional[IO[bytes]], **kwargs ) -> SimpleNamespace: """