asynction
asynction copied to clipboard
deps: bump pre-commit from 2.17.0 to 2.20.0
Bumps pre-commit from 2.17.0 to 2.20.0.
Release notes
Sourced from pre-commit's releases.
pre-commit v2.20.0
Features
- Expose
source
andobject-name
(positional args) ofprepare-commit-msg
hook asPRE_COMMIT_COMIT_MSG_SOURCE
andPRE_COMMIT_COMMIT_OBJECT_NAME
.
- #2407 PR by
@M-Whitaker
.- #2406 issue by
@M-Whitaker
.Fixes
- Fix
language: ruby
installs when--user-install
is set in gemrc.- Adjust pty setup for solaris.
- Remove unused
--config
option fromgc
,sample-config
,validate-config
,validate-manifest
sub-commands.
- #2429 PR by
@asottile
.pre-commit v2.19.0
Features
- Allow multiple outputs from
language: dotnet
hooks.
- #2332 PR by
@WallucePinkham
.- Add more information to
healthy()
failure.
- #2348 PR by
@asottile
.- Upgrade ruby-build.
- #2342 PR by
@jalessio
.- Add
pre-commit validate-config
/pre-commit validate-manifest
and deprecatepre-commit-validate-config
andpre-commit-validate-manifest
.
- #2362 PR by
@asottile
.Fixes
Updating
- Change
pre-commit-validate-config
/pre-commit-validate-manifest
topre-commit validate-config
/pre-commit validate-manifest
.
- #2362 PR by
@asottile
.pre-commit v2.18.1
Fixes
- Fix regression for
repo: local
hooks runningpython<3.7
- #2324 PR by
@asottile
.pre-commit v2.18.0
Features
- Keep
GIT_HTTP_PROXY_AUTHMETHOD
in git environ.
- #2272 PR by
@VincentBerthier
.- #2271 issue by
@VincentBerthier
.- Support both
cs
andcoursier
executables for coursier hooks.
- #2293 PR by
@Holzhaus
.- Include more information in errors for
language_version
/additional_dependencies
for languages which do not support them.
- #2315 PR by
@asottile
.
... (truncated)
Changelog
Sourced from pre-commit's changelog.
2.20.0 - 2022-07-10
Features
- Expose
source
andobject-name
(positional args) ofprepare-commit-msg
hook asPRE_COMMIT_COMIT_MSG_SOURCE
andPRE_COMMIT_COMMIT_OBJECT_NAME
.
- #2407 PR by
@M-Whitaker
.- #2406 issue by
@M-Whitaker
.Fixes
- Fix
language: ruby
installs when--user-install
is set in gemrc.- Adjust pty setup for solaris.
- Remove unused
--config
option fromgc
,sample-config
,validate-config
,validate-manifest
sub-commands.
- #2429 PR by
@asottile
.2.19.0 - 2022-05-05
Features
- Allow multiple outputs from
language: dotnet
hooks.
- #2332 PR by
@WallucePinkham
.- Add more information to
healthy()
failure.
- #2348 PR by
@asottile
.- Upgrade ruby-build.
- #2342 PR by
@jalessio
.- Add
pre-commit validate-config
/pre-commit validate-manifest
and deprecatepre-commit-validate-config
andpre-commit-validate-manifest
.
- #2362 PR by
@asottile
.Fixes
Updating
- Change
pre-commit-validate-config
/pre-commit-validate-manifest
topre-commit validate-config
/pre-commit validate-manifest
.
- #2362 PR by
@asottile
.2.18.1 - 2022-04-02
Fixes
- Fix regression for
repo: local
hooks runningpython<3.7
- #2324 PR by
@asottile
.
... (truncated)
Commits
78a2d86
v2.20.0e3dc5b7
Merge pull request #2454 from pre-commit/asottile-patch-1ebce88c
remove warnings checksd6cc8a1
Merge pull request #2453 from hroncok/python3.11901e831
Tests: Adjust traceback regexes to allow Python 3.11+ ^^^^^^^98bb7e6
Merge pull request #2440 from pre-commit/pre-commit-ci-update-config706d1e9
Merge pull request #2439 from pre-commit/all-repos_autofix_type-checking3ebd101
[pre-commit.ci] pre-commit autoupdated8b5930
remove imports from TYPE_CHECKING (py37+)170335c
Merge pull request #2429 from pre-commit/remove-config-option-when-unused- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #258 (4ce0726) into main (0b35015) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #258 +/- ##
=======================================
Coverage 96.68% 96.68%
=======================================
Files 11 11
Lines 906 906
=======================================
Hits 876 876
Misses 30 30
Flag | Coverage Δ | |
---|---|---|
unittests | 96.68% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 0b35015...4ce0726. Read the comment docs.
Superseded by #292.