elegant-florist-94385
11/08/2024, 1:11 PMhelm_chart(sources=...)
)?
Bonus points if I can do this with __defaults__
alsocurved-television-6568
11/08/2024, 3:35 PM# Make `python_sources` targets recursive by default.
__defaults__({
python_sources: dict(
sources = [
"**/" + glob for glob in
python_sources.sources.default
]
),
...
})
https://github.com/pantsbuild/pants/pull/20950curved-television-6568
11/08/2024, 3:36 PM