pre-commit-hooks v1.4.0
Features
no-commit-to-branch
: allow--branch
to be specified multiple timescheck-merge-conflict
: add--assume-in-merge
to force checks outside of a merge commit situation- #300 issue by @vinayinvicible.
- #301 PR by @vinayinvicible.
Fixes
- Don't match whitespace in VCS urls
- Fix invalid escape sequences
- Fix
ResourcesWarning
s
Misc
- Test against python3.7
- #304 PR by @expobrain.