#2690 caused a regression whereby my hooks no longer execute.
My .config/wt.toml is an untracked file because my team does not use worktree. I get the rationale for the change, but it would seem to be a barrier to adoption since now I have to convince my team to have a random config file in the repo for a tool that only I use. And do this for every repo that I work with. I can't imagine doing this for large public OSS repos.
Also, the team may not use some tools locally that I do like mise, direnv etc. so the hooks may fail on their machines.
#2690 caused a regression whereby my hooks no longer execute.
My
.config/wt.tomlis an untracked file because my team does not use worktree. I get the rationale for the change, but it would seem to be a barrier to adoption since now I have to convince my team to have a random config file in the repo for a tool that only I use. And do this for every repo that I work with. I can't imagine doing this for large public OSS repos.Also, the team may not use some tools locally that I do like
mise,direnvetc. so the hooks may fail on their machines.