You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add ARG rule to ruff
* Add [tool.ruff.lint.per-file-ignores] to ignore the ARG rule in `conftest.py` and `test_rst.py`
* Add `_` in front of unused parameter names that we have to keep
* Remove unused `jacobians` parameter of `_disunite_gradient`
* Make the `input_keys` parameter of `check_keys` positional-only, so that we can rename it in subclasses
0 commit comments