mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
Replaces https://github.com/astral-sh/ruff/pull/9035 Fixes https://github.com/astral-sh/ruff/pull/8225 The issue appears to be that `*/**` was used instead of `**/*` which did not match _any_ changed file as desired