Update pre-commit hook pre-commit/pre-commit-hooks to v6
Notable changes
check-shebang-scripts-are-executable
: improve error message.- now requires python >= 3.9.
file-contents-sorter
: disallow--unique
and--ignore-case
at the same- Removed
check-byte-order-marker
andfix-encoding-pragma
.
pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)
v6.0.0
: pre-commit-hooks v6.0.0
Fixes
check-shebang-scripts-are-executable
: improve error message.- #1115 PR by @homebysix.
Migrating
- now requires python >= 3.9.
- #1098 PR by @asottile.
file-contents-sorter
: disallow--unique
and--ignore-case
at the same
time.- #1095 PR by @nemacysts.
- #794 issue by @teksturi.
- Removed
check-byte-order-marker
andfix-encoding-pragma
.
List of commits
88fd1d5 (Update pre-commit hook pre-commit/pre-commit-hooks to v6, 2025-08-27)