[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
899d80b587
commit
10c2186ede
|
@ -1107,7 +1107,7 @@ class TerminalReporter:
|
||||||
sep_title: str,
|
sep_title: str,
|
||||||
*,
|
*,
|
||||||
style: str,
|
style: str,
|
||||||
needed_opt: Optional[str] = None,
|
needed_opt: Optional[str] = None,
|
||||||
) -> None:
|
) -> None:
|
||||||
if style != "no":
|
if style != "no":
|
||||||
if not needed_opt or self.hasopt(needed_opt):
|
if not needed_opt or self.hasopt(needed_opt):
|
||||||
|
|
Loading…
Reference in New Issue