ambitious-actor-36781
11/04/2021, 1:06 AMsources
field default, but w/ some extras?hundreds-father-404
11/04/2021, 1:07 AMambitious-actor-36781
11/04/2021, 1:07 AMdef a_macro(...):
python_sources(
sources=python_sources.sources.default + ['!the_devil.py'],
)
hundreds-father-404
11/04/2021, 1:26 AMPythonSourcesGeneratingSourcesField
w/ a different default
class propertypython_sources
tho, just like macrosambitious-actor-36781
11/04/2021, 1:28 AMhundreds-father-404
11/04/2021, 1:31 AMskip_flake8
and skip_mypy
If you need those, *you'll have to include them in the core_fields
of your target. They're not in the PythonSourcesGeneratorTarget.core_fields