fix: resolve CI lint and type errors
Some checks failed
CI/CD / lint-and-test (push) Has been cancelled
Some checks failed
CI/CD / lint-and-test (push) Has been cancelled
This commit is contained in:
@@ -53,7 +53,7 @@ class TerminalFormatter(BaseFormatter):
|
|||||||
return text
|
return text
|
||||||
|
|
||||||
def format(self, result: ReviewResult) -> str:
|
def format(self, result: ReviewResult) -> str:
|
||||||
output: list[Panel | Table] = []
|
output: list[Panel | Table | str] = []
|
||||||
|
|
||||||
if result.error:
|
if result.error:
|
||||||
output.append(Panel(
|
output.append(Panel(
|
||||||
|
|||||||
Reference in New Issue
Block a user