Features
- add warning for regexes containing
[\/]
or[/\\]
.- #2053 PR by @radek-sprta.
- #2043 issue by @asottile.
- move hook template back to
bash
resolving shebang-portability issues. - add support for
fail_fast
at the individual hook level. - allow passthrough of
GIT_CONFIG_KEY_*
,GIT_CONFIG_VALUE_*
, andGIT_CONFIG_COUNT
.
Fixes
- fix pre-commit autoupdate for
core.useBuiltinFSMonitor=true
on windows. - fix temporary file stashing with for
submodule.recurse=1
. - ban broken importlib-resources versions.
- replace
exit(...)
withraise SystemExit(...)
for portability.