Skip to content

Commit bef6498

Browse files
committed
Line length
1 parent 728e322 commit bef6498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dbt_score/formatters/human_readable_formatter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ def project_evaluated(self, score: Score) -> None:
9595
for evaluable, evaluable_score in self._failed_evaluables:
9696
resource_type = type(evaluable)
9797
print(
98-
f"{resource_type.__name__} "
99-
f"{self.pretty_name(evaluable)} scored {evaluable_score.rounded_value}"
98+
f"{resource_type.__name__} {self.pretty_name(evaluable)} "
99+
f"scored {evaluable_score.rounded_value}"
100100
)
101101

102102
elif score.value < self._config.fail_project_under:

0 commit comments

Comments
 (0)