theoremlp / rules_mypy

a Bazel mypy aspect
Apache License 2.0
18 stars 5 forks source link

Add imports from current target to MYPYPATH #39

Closed keith closed 2 weeks ago

keith commented 2 weeks ago

The previous handling I added only applied to a target's deps, if you have a standalone py_library with custom imports, this is necessary for the same reason