Serene

Results 168 comments of Serene

I still need to do some work and write some tests. There's still some things to be done. I've just had an unfortunate mix of health issues and semester crunch...

I'd like to go back over my logic for this and the code additions, as well as the merge conflicts from the UI overhaul. As such, I'll wait until after...

Hi @yihui, @lorenzwalthert is correct. The renv stuff only changes the pre-commit process, since pre-commit automatically looks for and installs the renv files so that the hook is in it's...

I do understand that there is no difference to the user, but most hooks are self-contained and don't require any changes to the host operating system, which is what pre-commit...

Changes have been made, it is now a system script that runs on my machine fine, but I am on Linux. I don't know if there's a `/usr/bin/env` function on...

@yihui I have fixed everything suggested.

No, I don't think that removing the command line parsing should be done. This would be moving too far from the point of pre-commit. Arguments to configure the hook should...

The `xz` affair is not really applicable, and the lesson from that certainly shouldn't be that popular tools have as little code as possible. Many, including myself, who use pre-commit...