Closed as not planned
Description
🚀 feature request
Relevant Rules
rules_python
, specifically the Gazelle capabilities: https://github.com/bazelbuild/rules_python/tree/main/gazelle
Description
I'm able to follow the README to enable Gazelle for my monorepo. However, it seems that updating the manifest file only looks at third party libraries. In order to avoid issues when running bazel run //:gazelle
for internal dependencies (linked via deps in BUILD files), I have to manually add a bunch of directives to resolve between an attempted import and an internal dep.
Describe the solution you'd like
A happy path for resolving both internal and third party dependencies without having to manually list all internal deps as resolve
directives.