Hi, this is very useful check but we cant use it because it detects **kwargs / *args as unused.
I believe its not necessary to mark this unsued vars, as bei convention **kwargs / *args is in most cases expected to not be used as it acts as a catch all.
I have to say i never seen a codebase that prefixes that with underscore.
i was not able to use any of the config options
i tried
[tool.ruff.flake8-unused-arguments]
unused-arguments-ignore-variadic-names = "true"
but no luck