Overcommit v0.15.0 Release Notes

    • ๐Ÿ›  Fix bug where incorrect "hook run interrupted" message displayed when hook run failed
    • Gracefully handle git stash failures in pre-commit hook runs
    • ๐Ÿ›  Fix overcommit-hook auto-updating not passing original arguments to updated hook
    • โšก๏ธ Display message when overcommit-hook file is automatically updated
    • ๐Ÿ—„ Deprecate :bad status in favor of :fail
    • ๐Ÿ—„ Deprecate :good status in favor of :pass
    • Allow hook statuses to be transformed via on_fail and on_warn configuration options
    • โž• Add config attribute as the preferred method to access hook configurations in hook implementations
    • ๐Ÿ”ง Generate starter configuration on install with instructions on how to configure overcommit if an .overcommit.yml file does not yet exist
    • Include name of hook in output (to make it easier to find out which name to use when skipping)