mirror of
https://github.com/pre-commit/pre-commit.git
synced 2025-12-20 08:29:37 -06:00
Specify a filename on a per hook basis and pre-commit will write the STDOUT and STDERR of that hook into the file. Useful for CI. Resolves #499.