Went ahead and created an issue for that: https://github.com/j178/prek/issues/452
Thanks & Regards, Amogh Desai On Wed, Aug 13, 2025 at 12:43 PM Jarek Potiuk <ja...@potiuk.com> wrote: > Cool. I also involved the ASF infra / tooling people who use pre-commit a > lot - they are also excited and trying it and found and reported some > issues (already fixed) https://github.com/j178/prek/issues/443 > > > Although it quietly fails for invalid hook ids, which I would have > expected > it to have reported: > > Report it - Joe fixes those kinds of things in a matter of hours :) > > J. > > On Wed, Aug 13, 2025 at 7:18 AM Amogh Desai <amoghde...@apache.org> wrote: > > > The installation is fairly simple with `prek install -f` as Damian > > mentioned, it overrides > > the pre commit installation. > > > > I was able to install it and run the hooks that I usually run, I didn't > see > > any issue. The > > auto completion is a game changer for sure -- at least for me, where it > > saves me the trouble > > to go to the config file, figure the hook out and use it. > > > > Although it quietly fails for invalid hook ids, which I would have > expected > > it to have reported: > > > > > > *(airflow) ➜ airflow git:(main) ✗ prek run check-sdk-imports go-mod-tidy > > abcdRun go mod tidy......................................(no files to > > check)SkippedCheck for SDK imports in core files..................(no > files > > to check)Skipped* > > > > > > Thanks & Regards, > > Amogh Desai > > > > > > On Wed, Aug 13, 2025 at 4:16 AM Jarek Potiuk <ja...@potiuk.com> wrote: > > > > > > > > > > > > > > First error from the "beta test deck": > > > > > > > > ``` > > > > > > > > (airflow) jscheffl@hp860g9:~/Workspace/airflow$ git commit -m > "Prevent > > > > problems with weaviate-client==4.16.7" > > > > Installing rst-backticks > > > > ⠙ Installing hooks... > > > > error: Failed to install hook `rst-backticks` > > > > caused by: command `pip install uv` exited with an error: > > > > > > > > [status] > > > > exit status: 1 > > > > > > > > > > Open an issue in Prek :) ? > > > > > >