When running prek auto-update --freeze, the output shows commit SHAs without version tags:
[https://github.com/golangci/golangci-lint] updating 6008b81b81c690c046ffc3fd5bce896da715d5fd -> 8f3b0c7ed018e57905fbd873c697e0b1ede605a5
Without --freeze the same update shows:
[https://github.com/golangci/golangci-lint] updating v1.64.8 -> v1.65.0
It would be nice to see tag names in both cases.