Inspecting dependency inference results
Photo by Agence Olloweb / Unsplash
An important distinguishing feature of Pants v2 is its ability to automatically infer your code's internal and external dependencies. The information about those inferences is available via the dependencies
and peek
goals, so that metadata about what modules import from other modules is always readily accessible to you.