Skip to content

pre-commit v3.7.0

Latest
Compare
Choose a tag to compare
@asottile asottile released this 24 Mar 17:41
· 9 commits to main since this release

Features

  • Use a tty for docker and docker_image hooks when --color is specified.

Fixes

Updating

  • The per-hook behaviour of fail_fast was fixed. If you want the pre-3.7.0
    behaviour, add fail_fast: true to all hooks before the last fail_fast
    hook.