Update pre-commit hook pre-commit/pre-commit-hooks to v3.4.0
Notable changes
file-contents-sorter
: Add--unique
argumentcheck-vcs-permalinks
: Add--additional-github-domain
option- New hook:
destroyed-symlinks
to detect unintentional symlink-breakages on windows. file-contents-sorter
: add--ignore-case
option for case-insensitive sortingcheck-added-large-files
: add--enforce-all
option to check non-added files as wellfix-byte-order-marker
: new hook which fixes UTF-8 byte-order marker.check-byte-order-marker
is now deprecated forfix-byte-order-marker
pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)
v3.4.0
: pre-commit-hooks v3.4.0
Features
file-contents-sorter
: Add--unique
argument- #524 PR by @danielhoherd.
check-vcs-permalinks
: Add--additional-github-domain
option- #530 PR by @youngminz.
- New hook:
destroyed-symlinks
to detect unintentional symlink-breakages on windows.- #511 PR by @m-khvoinitsky.
v3.3.0
: pre-commit-hooks v3.3.0
Features
file-contents-sorter
: add--ignore-case
option for case-insensitive sortingcheck-added-large-files
: add--enforce-all
option to check non-added files as well- #519 PR by @mshawcroft.
- #518 issue by @mshawcroft.
fix-byte-order-marker
: new hook which fixes UTF-8 byte-order marker.
Deprecations
check-byte-order-marker
is now deprecated forfix-byte-order-marker
List of commits
4acc139 (Update pre-commit hook pre-commit/pre-commit-hooks to v3.4.0, 2024-12-30)