Is there support for both all and specific types f...
# general
g
Is there support for both all and specific types for defaults? e.g.
Copy code
__defaults__(
    {
        (python_test, python_tests): dict(skip_mypy=True),
    },
    all=dict(resolve="my-resolve"),
)
My updated example works.