How can I implement a hook with an arbitrary number of arguments using pluggy in python
I want to implement plugins using pluggy using one hook that can take an arbitrary number of arguments But whenever I want to call the hook it seems like the *arg
argument is interpreted as a single positional argument.