Features
check-json
: report duplicate keys.- #558 PR by @AdityaKhursale.
- #554 issue by @adamchainz.
no-commit-to-branch
: addmain
to default blocked branches.- #565 PR by @ndevenish.
check-case-conflict
: check conflicts in directory names as well.check-vcs-permalinks
: forbid other branch names.check-shebang-scripts-are-executable
: new hook which ensures shebang'd scripts are executable.
Fixes
check-executables-have-shebangs
: Short circuit shebang lookup on windows.requirements-txt-fixer
: Fix comments which have indentation- #549 PR by @greshilov.
- #548 issue by @greshilov.
pretty-format-json
: write to stdout using UTF-8 encoding.- Use more inclusive language.