SIM910 does not work with **kwargs ```python def foo(**kwargs): # SIM910 not working a = kwargs.get('a', None) ``` https://play.ruff.rs/7f269c7d-e859-4672-b4ca-02d59036de87