Skip to content
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
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update pre-commit hooks #101

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2024

This PR contains the following updates:

Package Type Update Change
adamchainz/django-upgrade repository minor 1.20.0 -> 1.22.2
charliermarsh/ruff-pre-commit repository minor v0.5.7 -> v0.9.0
pre-commit/pre-commit-hooks repository major v4.6.0 -> v5.0.0
psf/black repository minor 24.8.0 -> 24.10.0
sirosen/check-jsonschema repository minor 0.29.1 -> 0.31.0
tox-dev/pyproject-fmt repository minor 2.2.1 -> v2.5.0
tox-dev/tox-ini-fmt repository minor 1.3.1 -> 1.4.1

Note: The pre-commit manager in Renovate is not supported by the pre-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 from django.db.models:

    • check_constraint_condition
    • index_together

    Issue #&#8203;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 #&#8203;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 #&#8203;495 <https://github.com/adamchainz/django-upgrade/issues/495>__.

  • Add all-version fixer to remove outdated test skip decorators.

    Issue #&#8203;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 without args or kwargs probably using str.format() incorrectly.

    Issue #&#8203;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.0

Compare Source

Features
Fixes
Migrating
  • pre-commit-hooks now requires pre-commit>=3.2.0.
  • use non-deprecated names for stages.
psf/black (psf/black)

v24.10.0

Compare Source

Highlights
  • Black is now officially tested with Python 3.13 and provides Python 3.13
    mypyc-compiled wheels. (#​4436) (#​4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory
    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)
  • Black no longer supports running with Python 3.8 (#​4452)
Stable style
  • Fix crashes involving comments in parenthesised return types or X | Y style unions.
    (#​4453)
  • Fix skipping Jupyter cells with unknown %% magic (#​4462)
Preview style
  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#​4440)
Caching
  • Fix bug where the cache was shared between runs with and without --unstable (#​4466)
Packaging
  • Upgrade version of mypyc used to 1.12 beta (#​4450) (#​4449)
  • blackd now requires a newer version of aiohttp. (#​4451)
Output
  • Added Python target version information on parse error (#​4378)
  • Add information about Black version to internal error messages (#​4457)
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 by
    default. (:issue:353)

    • Use --regex-variant nonunicode to get non-unicode JS regular
      expressions, the default behavior from previous versions.
    • Custom validators may be impacted by the new regular expression
      features. Validators are now always modified with the jsonschema
      library's extend() API to control the pattern and
      patternProperties keywords.

v0.30.0

Compare Source

  • Update vendored schemas: azure-pipelines, bitbucket-pipelines, buildkite,
    circle-ci, cloudbuild, dependabot, github-workflows, gitlab-ci, mergify,
    readthedocs, renovate, taskfile, woodpecker-ci (2024-11-29)
  • Fix caching behavior to always use URL hashes as cache keys. This fixes a
    cache confusion bug in which the wrong schema could be retrieved from the
    cache. This resolves :cve:2024-53848. Thanks :user:sethmlarson for reporting!
  • Deprecate the --cache-filename flag. It no longer has any effect and will
    be removed in a future release.

v0.29.4

Compare Source

  • Update vendored schemas: azure-pipelines, github-workflows, gitlab-ci,
    mergify, renovate (2024-10-06)
  • Fix the renovate hook to allow for .renovaterc.json5 as well. Thanks
    :user:tpansino! (:pr:491)
  • Add Mergify schema and pre-commit hook. Thanks :user:hofbi and :user:jd
    for the issue and feedback! (:issue:487)

v0.29.3

Compare Source

  • Update vendored schemas: buildkite, circle-ci, dependabot, gitlab-ci,
    renovate, taskfile, woodpecker-ci (2024-09-29)

v0.29.2

Compare Source

  • Update vendored schemas: buildkite, github-workflows, gitlab-ci, renovate,
    woodpecker-ci (2024-08-22)
  • Convert from setup.cfg to pyproject.toml for python package metadata
tox-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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 15, 2024
@renovate renovate bot requested a review from flaeppe as a code owner August 15, 2024 14:42
@renovate 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 renovate bot force-pushed the renovate/pre-commit-hooks branch from 74eafee to ba4bfb4 Compare August 16, 2024 20:18
@renovate 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 renovate bot force-pushed the renovate/pre-commit-hooks branch from ba4bfb4 to d1490a8 Compare August 22, 2024 15:03
@renovate 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 renovate bot force-pushed the renovate/pre-commit-hooks branch 2 times, most recently from 2eeabd7 to 2c7ecd3 Compare August 29, 2024 17:25
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch 5 times, most recently from feadf85 to 46530af Compare September 8, 2024 07:57
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch 4 times, most recently from 65b8cec to b330bae Compare September 20, 2024 08:04
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch 2 times, most recently from 2b45c92 to 247cffa Compare September 26, 2024 13:51
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch 3 times, most recently from 8c33138 to ca8ecfc Compare October 5, 2024 22:30
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch 5 times, most recently from 468dfc4 to 7ed9638 Compare October 14, 2024 19:45
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch 2 times, most recently from 0a1b2a6 to c1bd8d1 Compare October 17, 2024 22:14
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch 3 times, most recently from 04cc9fb to c7d045c Compare October 30, 2024 17:02
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch 2 times, most recently from 89b93ae to 9cd04ae Compare November 8, 2024 13:12
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch 2 times, most recently from d41f0e8 to 60c2803 Compare November 22, 2024 10:16
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch 4 times, most recently from 7621aa1 to 584f7ac Compare December 5, 2024 14:47
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch 2 times, most recently from 8405983 to e68ff5d Compare December 19, 2024 14:00
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch 3 times, most recently from e1a3b4c to c0f7cf7 Compare January 8, 2025 13:35
@renovate renovate bot force-pushed the renovate/pre-commit-hooks branch from c0f7cf7 to d4bcdc2 Compare January 9, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants