Skip to content

pre-commit-hooks v6.0.0

Latest
Compare
Choose a tag to compare
@asottile asottile released this 09 Aug 19:31
· 1 commit to main since this release

Fixes

  • check-shebang-scripts-are-executable: improve error message.

Migrating

  • now requires python >= 3.9.
  • file-contents-sorter: disallow --unique and --ignore-case at the same
    time.
  • Removed check-byte-order-marker and fix-encoding-pragma.
    • check-byte-order-marker: migrate to fix-byte-order-marker.
    • fix-encoding-pragma: migrate to pyupgrade.
    • #1034 PR by @mxr.
    • #1032 issue by @mxr.
    • #522 PR by @jgowdy.