From 8ced201386f99f6ef01c647642715c4d6294ba7c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:41:24 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- scripts/repo_coverage.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/repo_coverage.py b/scripts/repo_coverage.py index 1196234..f3e491a 100644 --- a/scripts/repo_coverage.py +++ b/scripts/repo_coverage.py @@ -106,9 +106,9 @@ def get_report(args): ) print() print("### Percentages") - print(f"Percentage of datasets supported: {frac_supported*100:.1f}%") - print(f"Percentage of datasets not supported: {frac_not_supported*100:.1f}%") - print(f"Percentage of datasets with error: {frac_with_error*100:.1f}%") + print(f"Percentage of datasets supported: {frac_supported * 100:.1f}%") + print(f"Percentage of datasets not supported: {frac_not_supported * 100:.1f}%") + print(f"Percentage of datasets with error: {frac_with_error * 100:.1f}%") print() print("### Table with unexpected errors")