[`ruff 0.16` changed the default rule set](https://astral.sh/blog/ruff-v0.16.0#better-default-rule-set): > **Better default rule set** > > Ruff now enables 413 rules by default, up from 59 in previous versions. This generates a wall of warnings now, and https://github.com/data-apis/array-api-strict/pull/227 pinned `ruff` to `<0.16`. We should unpin it and investigate.
ruff 0.16changed the default rule set:This generates a wall of warnings now, and #227 pinned
ruffto<0.16.We should unpin it and investigate.