is there a good way to do `+` and `-` at the same ...
# general
w
is there a good way to do
+
and
-
at the same time in pants.ini? E.g.
Copy code
backend_packages: +[
    "pants.backend.docgen",
]
but then I also want to remove one of default plugins