generated from coulomb/repo-seed
Status drift warnings
This commit is contained in:
@@ -129,6 +129,18 @@ class ScanSummary:
|
||||
facts: list[ObservedFact]
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class CharacteristicRebuildResult:
|
||||
repository: Repository
|
||||
analysis_run: AnalysisRun
|
||||
dry_run: bool
|
||||
confirmed: bool
|
||||
cleared_approved: bool
|
||||
previous_counts: dict[str, int]
|
||||
previous_ids: dict[str, list[int]]
|
||||
candidate_counts: dict[str, int]
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class SourceReference:
|
||||
fact_id: int | None
|
||||
|
||||
Reference in New Issue
Block a user