-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency pre-commit to v2.21.0 #37
Open
renovate-bot
wants to merge
1
commit into
jumanjihouse:master
Choose a base branch
from
renovate-bot:renovate/pre-commit-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dependency pre-commit to v2.21.0 #37
renovate-bot
wants to merge
1
commit into
jumanjihouse:master
from
renovate-bot:renovate/pre-commit-2.x
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e4f2292
to
a0af657
Compare
a0af657
to
92be71c
Compare
92be71c
to
3c0452c
Compare
3c0452c
to
33c1333
Compare
33c1333
to
b7a4eaf
Compare
b7a4eaf
to
7c1fa67
Compare
7c1fa67
to
253dcff
Compare
253dcff
to
902d67f
Compare
902d67f
to
b41a963
Compare
b41a963
to
0dd38bc
Compare
0dd38bc
to
6fac4fb
Compare
6fac4fb
to
a609d20
Compare
a609d20
to
ceb8d1f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.6.0
->==2.21.0
Release Notes
pre-commit/pre-commit (pre-commit)
v2.21.0
Compare Source
===================
Features
SKIP
for environment install.pre-commit run --files
against unmerged paths.repo: local
hooks.rust
is now a "first class" language -- supportinglanguage_version
andinstallation when not present.
r
now uses more-reliable binary installation.GIT_ALLOW_PROTOCOL
is now passed through for git operations.GIT_ASKPASS
is now passed through for git operations.toml
dependency by usingcargo add
directly.dotnet
hooks which have dotted prefixes.Fixes
--commit-msg-filename
if run from a sub directory.--intent-to-add
detection by usinggit diff
.R.exe
selection on windows.nuget
source when installingdotnet
packages.v2.20.0
Compare Source
===================
Features
source
andobject-name
(positional args) ofprepare-commit-msg
hook as
PRE_COMMIT_COMIT_MSG_SOURCE
andPRE_COMMIT_COMMIT_OBJECT_NAME
.Fixes
language: ruby
installs when--user-install
is set in gemrc.--config
option fromgc
,sample-config
,validate-config
,validate-manifest
sub-commands.v2.19.0
Compare Source
===================
Features
language: dotnet
hooks.healthy()
failure.pre-commit validate-config
/pre-commit validate-manifest
anddeprecate
pre-commit-validate-config
andpre-commit-validate-manifest
.Fixes
pre-push
when pushed ref contains spaces.Updating
pre-commit-validate-config
/pre-commit-validate-manifest
topre-commit validate-config
/pre-commit validate-manifest
.v2.18.1
Compare Source
===================
Fixes
repo: local
hooks runningpython<3.7
v2.18.0
Compare Source
===================
Features
GIT_HTTP_PROXY_AUTHMETHOD
in git environ.cs
andcoursier
executables for coursier hooks.language_version
/additional_dependencies
for languages which do not support them.there are multiple equivalent tags.
ruby-build
.default_install_hook_types
which will be installed when--hook-types
is not specified inpre-commit install
.Fixes
--from-ref
and--to-ref
.$R_HOME
for R hooks.Updating
written in older versions, but pre-commit itself requires python 3.7+.
master
branch tomain
.v2.17.0
Compare Source
===================
Features
[\\/]
.language: conda
to usemamba
ormicromamba
viaPRE_COMMIT_USE_MAMBA=1
orPRE_COMMIT_USE_MICROMAMBA=1
respectively.git --version
in error report.language: lua
as a supported language.Fixes
setuptools
to the zipapp.a737d5f
commit by @asottile.go install
instead ofgo get
for go 1.18+ support.language: r
with a local renv andRENV_PROJECT
set.entry
inlanguage: meta
hooks which breaks them.#!/bin/sh
on windows for hook script.v2.16.0
Compare Source
===================
Features
[\/]
or[/\\]
.bash
resolving shebang-portability issues.fail_fast
at the individual hook level.GIT_CONFIG_KEY_*
,GIT_CONFIG_VALUE_*
, andGIT_CONFIG_COUNT
.Fixes
core.useBuiltinFSMonitor=true
on windows.submodule.recurse=1
.exit(...)
withraise SystemExit(...)
for portability.v2.15.0
Compare Source
===================
Features
dart
.post-rewrite
hooks.Fixes
check-useless-excludes
with exclude matching broken symlink.pre-commit autoupdate
.v2.14.1
Compare Source
===================
Fixes
check-useless-excludes
andcheck-hooks-apply
matching non-root.pre-commit-config.yaml
.v2.14.0
Compare Source
===================
Features
pre-push
hooks, expose local branch asPRE_COMMIT_LOCAL_BRANCH
.Fixes
v2.13.0
Compare Source
===================
Features
SKIP=...
skips installation as well.repo: local
forr
hooks.ruby-build
andrbenv
.Fixes
r
packages.renv
versions.v2.12.1
Compare Source
===================
Fixes
v2.12.0
Compare Source
===================
Features
Fixes
so underlying commands can expand further.
v2.11.1
Compare Source
===================
Fixes
v2.11.0
Compare Source
===================
Features
post-merge
hook.r
as a supported hook language.Fixes
pre-commit install
onsubst
/ network drives on windows.local
golang repositories for go 1.16.v2.10.1
Compare Source
===================
Fixes
language: golang
repositories containing recursive submodulesv2.10.0
Compare Source
===================
Features
ci
as a top-level map for configuration for https://pre-commit.cirev
in configuration/*
in top-levelfiles
/exclude
regexesPRE_COMMIT_REMOTE_BRANCH
environment variable duringpre-push
hooks
language
/language_version
for non-installablelanguages
Fixes
v2.9.3
Compare Source
==================
Fixes
v2.9.2
Compare Source
==================
Fixes
types_or
sosymlink
anddirectory
can be matchedv2.9.1
Compare Source
==================
Fixes
/*
infiles
/exclude
regexeshealthy()
check forlanguage: python
on windows when the baseexecutable has non-ascii characters.
v2.9.0
Compare Source
==================
Features
types_or
which allows matching multiple disparatetypes
in a hookFixes
language: dotnet
rbenv
andlanguage_version: default
git status
/git diff
commands by ignoringsubmodules
v2.8.2
Compare Source
==================
Fixes
language_version: default
v2.8.1
Compare Source
==================
Fixes
language_version
ofsystem
when the homedir is/
v2.8.0
Compare Source
==================
Features
rbenv
/ruby-build
sample-config
versionsdotnet
--negate
option tolanguage: pygrep
hookscoursier
(a jvm-based package manager)Fixes
healthy()
check forlanguage: node
+language_version: system
hooks when the system executable goes missing.
script on windows.
C:\PythonXX\python.exe
path on windows as it causedconfusion (and
virtualenv
can sometimes do better)language: ruby
hooks when--format-executable
is present in a gemrcRainbow Tux
(discord).cygwin
/win32
mismatch error earlier to catch msys2 mismatches-p
workaround for oldvirtualenv
language: node
installations to not symlink outside of the environmentsystem
for defaultinglanguage_version
forlanguage: node
/language: ruby
v2.7.1
Compare Source
==================
Fixes
ps
callhealthy()
invalidation followed by install being reported asun-
healthy()
.os.replace()
v2.7.0
Compare Source
==================
Features
Fixes
diff
performance with many hooksConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.