Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/core/src/repowise/core/ingestion/graph.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
"""Dependency graph builder for the repowise ingestion pipeline.

GraphBuilder constructs a directed graph from ParsedFile objects with two
tiers of nodes:
Builds a directed graph from ``ParsedFile`` objects across two tiers:

File-level nodes:
"file" — every source file
"file" — every source file in the repo
"external" — third-party / unresolvable imports (prefix "external:")

Symbol-level nodes:
Expand Down
Loading