-
Notifications
You must be signed in to change notification settings - Fork 1
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 pre-commit hooks #101
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/pre-commit-hooks
base: main
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
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
renovate
bot
changed the title
Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.0
Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.1
Aug 16, 2024
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
from
August 16, 2024 20:18
74eafee
to
ba4bfb4
Compare
renovate
bot
changed the title
Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.1
Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.2
Aug 22, 2024
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
from
August 22, 2024 15:03
ba4bfb4
to
d1490a8
Compare
renovate
bot
changed the title
Update pre-commit hook charliermarsh/ruff-pre-commit to v0.6.2
Update pre-commit hooks
Aug 22, 2024
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
2 times, most recently
from
August 29, 2024 17:25
2eeabd7
to
2c7ecd3
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
5 times, most recently
from
September 8, 2024 07:57
feadf85
to
46530af
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
4 times, most recently
from
September 20, 2024 08:04
65b8cec
to
b330bae
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
2 times, most recently
from
September 26, 2024 13:51
2b45c92
to
247cffa
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
3 times, most recently
from
October 5, 2024 22:30
8c33138
to
ca8ecfc
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
5 times, most recently
from
October 14, 2024 19:45
468dfc4
to
7ed9638
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
2 times, most recently
from
October 17, 2024 22:14
0a1b2a6
to
c1bd8d1
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
3 times, most recently
from
October 30, 2024 17:02
04cc9fb
to
c7d045c
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
2 times, most recently
from
November 8, 2024 13:12
89b93ae
to
9cd04ae
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
2 times, most recently
from
November 22, 2024 10:16
d41f0e8
to
60c2803
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
4 times, most recently
from
December 5, 2024 14:47
7621aa1
to
584f7ac
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
2 times, most recently
from
December 19, 2024 14:00
8405983
to
e68ff5d
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
3 times, most recently
from
January 8, 2025 13:35
e1a3b4c
to
c0f7cf7
Compare
renovate
bot
force-pushed
the
renovate/pre-commit-hooks
branch
from
January 9, 2025 14:53
c0f7cf7
to
d4bcdc2
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:
1.20.0
->1.22.2
v0.5.7
->v0.9.0
v4.6.0
->v5.0.0
24.8.0
->24.10.0
0.29.1
->0.31.0
2.2.1
->v2.5.0
1.3.1
->1.4.1
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
adamchainz/django-upgrade (adamchainz/django-upgrade)
v1.22.2
Compare Source
Make these fixers work when
django.contrib.gis.db.models
is used to import objects fromdjango.db.models
:check_constraint_condition
index_together
Issue #​513 <https://github.com/adamchainz/django-upgrade/issues/513>
__.v1.22.1
Compare Source
Fix circular import error when running django-upgrade.
Thanks to Michal Čihař for the report in
Issue #​503 <https://github.com/adamchainz/django-upgrade/issues/503>
__.v1.22.0
Compare Source
Avoid accidental removal of comments a removed
if
block in the versioned block fixer.Thanks to Tobias Funke for the report in
Issue #​495 <https://github.com/adamchainz/django-upgrade/issues/495>
__.Add all-version fixer to remove outdated test skip decorators.
Issue #​364 <https://github.com/adamchainz/django-upgrade/issues/364>
__.Drop Python 3.8 support.
Support Python 3.13.
v1.21.0
Compare Source
Add Django 5.0+ fixer to rewrite
format_html()
calls withoutargs
orkwargs
probably usingstr.format()
incorrectly.Issue #​477 <https://github.com/adamchainz/django-upgrade/issues/477>
__.charliermarsh/ruff-pre-commit (charliermarsh/ruff-pre-commit)
v0.9.0
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.9.0
v0.8.6
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.6
v0.8.5
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.5
v0.8.4
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.4
v0.8.3
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.3
v0.8.2
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.2
v0.8.1
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.1
v0.8.0
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.0
v0.7.4
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.7.4
v0.7.3
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.7.3
v0.7.2
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.7.2
v0.7.1
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.7.1
v0.7.0
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.7.0
v0.6.9
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.9
v0.6.8
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.8
v0.6.7
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.7
v0.6.6
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.6
v0.6.5
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.5
v0.6.4
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.4
v0.6.3
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.3
v0.6.2
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.2
v0.6.1
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.1
v0.6.0
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.6.0
pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)
v5.0.0
: pre-commit-hooks v5.0.0Compare Source
Features
requirements-txt-fixer
: also removepkg_resources==...
.check-illegal-windows-names
: new hook!pretty-format-json
: continue processing even if a file has a json error.Fixes
destroyed-symlinks
: setstages
to[pre-commit, pre-push, manual]
Migrating
pre-commit>=3.2.0
.stages
.psf/black (psf/black)
v24.10.0
Compare Source
Highlights
mypyc-compiled wheels. (#4436) (#4449)
safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (#4447)
Stable style
X | Y
style unions.(#4453)
%%
magic (#4462)Preview style
def fn(*args: *tuple[*Ts, T]) -> None: pass
) (#4440)Caching
--unstable
(#4466)Packaging
blackd
now requires a newer version of aiohttp. (#4451)Output
sirosen/check-jsonschema (sirosen/check-jsonschema)
v0.31.0
Compare Source
Update vendored schemas: azure-pipelines, bamboo-spec, buildkite, circle-ci,
dependabot, gitlab-ci, mergify, readthedocs, renovate, taskfile (2025-01-07)
Drop support for Python 3.8
Rename
--format-regex
to--regex-variant
and convert--format-regex
to a deprecated alias.It will be removed in a future release.
Regular expression interpretation in
"pattern"
,"patternProperties"
, and"format": "regex"
usages now uses unicode-mode JS regular expressions bydefault. (:issue:
353
)--regex-variant nonunicode
to get non-unicode JS regularexpressions, the default behavior from previous versions.
features. Validators are now always modified with the
jsonschema
library's
extend()
API to control thepattern
andpatternProperties
keywords.v0.30.0
Compare Source
circle-ci, cloudbuild, dependabot, github-workflows, gitlab-ci, mergify,
readthedocs, renovate, taskfile, woodpecker-ci (2024-11-29)
cache confusion bug in which the wrong schema could be retrieved from the
cache. This resolves :cve:
2024-53848
. Thanks :user:sethmlarson
for reporting!--cache-filename
flag. It no longer has any effect and willbe removed in a future release.
v0.29.4
Compare Source
mergify, renovate (2024-10-06)
.renovaterc.json5
as well. Thanks:user:
tpansino
! (:pr:491
)hofbi
and :user:jd
for the issue and feedback! (:issue:
487
)v0.29.3
Compare Source
renovate, taskfile, woodpecker-ci (2024-09-29)
v0.29.2
Compare Source
woodpecker-ci (2024-08-22)
setup.cfg
topyproject.toml
for python package metadatatox-dev/pyproject-fmt (tox-dev/pyproject-fmt)
v2.5.0
Compare Source
v2.4.3
Compare Source
v2.4.3
Compare Source
v2.4.2
Compare Source
v2.4.2
Compare Source
v2.4.1
Compare Source
v2.4.1
Compare Source
v2.4.0
Compare Source
v2.4.0
Compare Source
v2.3.1
Compare Source
v2.3.1
Compare Source
v2.3.0
Compare Source
v2.3.0
Compare Source
v2.2.4
Compare Source
v2.2.4
Compare Source
v2.2.3
Compare Source
v2.2.3
Compare Source
v2.2.2
Compare Source
v2.2.2
Compare Source
tox-dev/tox-ini-fmt (tox-dev/tox-ini-fmt)
v1.4.1
Compare Source
What's Changed
Full Changelog: tox-dev/tox-ini-fmt@1.4.0...1.4.1
v1.4.0
Compare Source
What's Changed
Full Changelog: tox-dev/tox-ini-fmt@1.3.2...1.4.0
v1.3.2
Compare Source
What's Changed
Full Changelog: tox-dev/tox-ini-fmt@1.3.1...1.3.2
Configuration
📅 Schedule: Branch creation - "before 5pm" in timezone Europe/Stockholm, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.