Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 13, 2025
1 parent c6cee05 commit 8ced201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/repo_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8ced201

Please sign in to comment.