chore(deps-dev): Bump pre-commit from 2.1.1 to 2.16.0
Bumps pre-commit from 2.1.1 to 2.16.0.
Release notes
Sourced from pre-commit's releases.
pre-commit v2.16.0
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.
- #2065 PR by
@asottile
.- 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.
- #2047 PR by
@asottile
.- #2046 issue by
@lcnittl
.- fix temporary file stashing with for
submodule.recurse=1
.
- #2071 PR by
@asottile
.- #2063 issue by
@a666
.- ban broken importlib-resources versions.
- #2098 PR by
@asottile
.- replace
exit(...)
withraise SystemExit(...)
for portability.
- #2103 PR by
@asottile
.- #2104 PR by
@asottile
.pre-commit v2.15.0
Features
- add support for hooks written in
dart
.
- #2027 PR by
@asottile
.- add support for
post-rewrite
hooks.Fixes
- fix
check-useless-excludes
with exclude matching broken symlink.
- #2029 PR by
@asottile
.- #2019 issue by
@pkoch
.- eliminate duplicate mutable sha warning messages for
pre-commit autoupdate
.
- #2030 PR by
@asottile
.- #2010 issue by
@graingert
.pre-commit v2.14.1
Fixes
- fix force-push of disparate histories using git>=2.28.
- #2005 PR by
@asottile
.- #2002 issue by
@bogusfocused
.- fix
check-useless-excludes
andcheck-hooks-apply
matching non-root.pre-commit-config.yaml
.
- #2026 PR by
@asottile
.
... (truncated)
Changelog
Sourced from pre-commit's changelog.
2.16.0 - 2021-11-30
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.
- #2065 PR by
@asottile
.- 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.
- #2047 PR by
@asottile
.- #2046 issue by
@lcnittl
.- fix temporary file stashing with for
submodule.recurse=1
.
- #2071 PR by
@asottile
.- #2063 issue by
@a666
.- ban broken importlib-resources versions.
- #2098 PR by
@asottile
.- replace
exit(...)
withraise SystemExit(...)
for portability.
- #2103 PR by
@asottile
.- #2104 PR by
@asottile
.2.15.0 - 2021-09-02
Features
- add support for hooks written in
dart
.
- #2027 PR by
@asottile
.- add support for
post-rewrite
hooks.Fixes
- fix
check-useless-excludes
with exclude matching broken symlink.
- #2029 PR by
@asottile
.- #2019 issue by
@pkoch
.- eliminate duplicate mutable sha warning messages for
pre-commit autoupdate
.
- #2030 PR by
@asottile
.- #2010 issue by
@graingert
.2.14.1 - 2021-08-28
... (truncated)
Commits
-
d91a4c4
v2.16.0 -
3efc436
Merge pull request #2145 from pre-commit/all-repos_autofix_covdefaults-2-1 -
270b539
improve coverage pragmas with covdefaults 2.1 -
f6547ac
Merge pull request #2138 from pre-commit/all-repos_autofix_gh-funding-default -
c45b84b
Use org-default .github/FUNDING.yml -
36e9514
Merge pull request #2136 from emzeat/fix/git_config_env -
fbf9648
Merge pull request #2134 from pre-commit/pre-commit-ci-update-config -
4eb91cd
support gitconfig from env -
a064f24
[pre-commit.ci] pre-commit autoupdate -
b300116
Merge pull request #2137 from pre-commit/upgrade-perl-tidy - Additional commits viewable in compare view