| 53 | |
| 54 | @dataclass(frozen=True) |
| 55 | class SourceSelectionProfileSpec: |
| 56 | source_roots: tuple[str, ...] |
| 57 | empty_selection_error: str |
| 58 | rather_no_git_submodule_context_name: str |
| 59 | include_relpaths: frozenset[str] = field(default_factory=frozenset) |
| 60 | |
| 61 | |
| 62 | BUILD_SEED_PROFILE_SPEC = SourceSelectionProfileSpec( |
no outgoing calls
no test coverage detected