Open WilsonGregory opened 2 years ago
There is a bug with the pre-commit hook, sometimes it fails, and a cleaned file and not cleaned file are created. As a workaround if you do git add . to add that file back, then do the commit again it will work. I will have to look into this one.
git add .
There is a bug with the pre-commit hook, sometimes it fails, and a cleaned file and not cleaned file are created. As a workaround if you do
git add .
to add that file back, then do the commit again it will work. I will have to look into this one.