Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 3e938a4

Browse files
trigger re-run
1 parent 79487bb commit 3e938a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,5 @@ jobs:
118118
python \
119119
--python-path $(which python3) \
120120
--tool mypy
121+
122+

services/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def commit_components(commit: Commit, owner: Owner | None) -> List[Component]:
2626

2727

2828
def component_filtered_report(
29-
report: Report | None, components: List[Component]
29+
report, components
3030
) -> FilteredReport:
3131
"""
3232
Filter a report such that the totals, etc. are only pertaining to the given component.

0 commit comments

Comments
 (0)