allbuildtestrunquerystartup options
--incompatible_default_to_explicit_init_py=<true or false>
This flag changes the default behavior so that __init__.py files are no longer automatically created in the runfiles of Python targets. Precisely, when a py_binary or py_test target has legacy_create_init set to "auto" (the default), it is treated as false if and only if this flag is set. See https://github.com/bazelbuild/bazel/issues/10076.
default: "false"
affects outputs
incompatible change