Closed smallpekky closed 1 week ago
pluggy intentionally passes only named positional arguments unnamed kwargs are not supported
part of the reason is historic as extracting arguments as a tuple for function calling more than doubled performance in earlier python versions
also it prevents user errors
pluggy intentionally passes only named positional arguments unnamed kwargs are not supported
part of the reason is historic as extracting arguments as a tuple for function calling more than doubled performance in earlier python versions
also it prevents user errors
Oh, I see. Thank you for your answer
This is my hookimpl code
python
invoke
Running result