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 :) ? >