If you've been following along, you know I've been on a journey of Bazelifying this my Pedalboard monorepo piece by piece. In my previous post I went through the process of collapsing the pnpm -> Bazel indirection for tests: switching per-package scripts from bazel run //packages/hooks:jest to the cleaner bazel test :jest, using --test_tag_filters to separate test targets from lint targets, and le