Releases: pre-commit/pre-commit-hooks
Releases · pre-commit/pre-commit-hooks
pre-commit-hooks v1.2.1
Fixes:
detect-aws-credentials
false positive when key was empty
no-commit-to-branch
no longer crashes when not on a branch
pre-commit-hooks v1.2.0
Features:
- Add new
check-builtin-literals
hook.
pretty-format-json
no longer depends on simplejson
.
detect-private-key
now detects gcp keys.
pre-commit-hooks v1.1.1
Fixes:
- Fix output interleaving in
check-vcs-permalinks
under python3.
pre-commit-hooks v1.1.0
Features:
check-yaml
gains a --allow-multiple-documents
(-m
) argument to allow linting of files using the multi document syntax
pre-commit-hooks v1.0.0
1.0.0
Features:
- New hook:
check-vcs-permalinks
for ensuring permalinked github urls.
Fixes:
- Fix
trailing-whitespace
for non-utf8 files on macos
- Fix
requirements-txt-fixer
for files ending in comments