nice-florist-55958
07/26/2022, 4:19 PMwitty-crayon-22786
07/26/2022, 4:52 PMhundreds-father-404
07/26/2022, 5:50 PMpython_source(
name="utils_data-science"
source="utils.py",
resolve="data-science",
dependencies=[":blah"],
)
python_source(
name="utils_web-app"
source="utils.py",
resolve="web-app",
)
python_sources
target generator, then you can explicitly set its sources to be sources=["*.py", "!utils.py", "!*_test.py"]
, for example