fix: resolve CI lint and type errors
Some checks failed
CI/CD / lint-and-test (push) Has been cancelled

This commit is contained in:
2026-02-05 07:15:35 +00:00
parent 2476a121b9
commit 58eb45532a

View File

@@ -53,7 +53,7 @@ class TerminalFormatter(BaseFormatter):
return text
def format(self, result: ReviewResult) -> str:
output: list[Panel | Table] = []
output: list[Panel | Table | str] = []
if result.error:
output.append(Panel(