Skip to content

Bump the pre-commit group with 3 updates - #241

Merged
antonwolfy merged 2 commits into
masterfrom
dependabot/pre_commit/pre-commit-785e67c977
Sep 4, 2026
Merged

Bump the pre-commit group with 3 updates#241
antonwolfy merged 2 commits into
masterfrom
dependabot/pre_commit/pre-commit-785e67c977

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the pre-commit group with 3 updates: https://github.com/pre-commit/mirrors-clang-format, https://github.com/MarcoGorelli/cython-lint and https://github.com/pycqa/isort.

Updates https://github.com/pre-commit/mirrors-clang-format from v22.1.8 to 23.1.0

Commits

Updates https://github.com/MarcoGorelli/cython-lint from v0.21.0 to 0.21.1

Release notes

Sourced from https://github.com/MarcoGorelli/cython-lint's releases.

v0.21.1

Fixed compat with Cython 3.3

Commits
  • eb2f695 Bump version to 0.21.1
  • fec544b Merge pull request #202 from ap--/fix/dict-comprehension-cython-3.3
  • 2fa16b7 Update cython_lint/cython_lint.py
  • 09eba7a Apply suggestion from @​MarcoGorelli
  • 286b9e6 refactor: drop packaging dependency for Cython version check
  • f29c9e6 fix: support Cython 3.3 DictComprehensionAppendNode layout
  • 4e5b339 test: add regression test for comprehensions without late binding closures
  • 008c7ca Merge pull request #199 from MarcoGorelli/pre-commit-ci-update-config
  • ae8cebb [pre-commit.ci] pre-commit autoupdate
  • e810551 Merge pull request #172 from MarcoGorelli/pyright
  • Additional commits viewable in compare view

Updates https://github.com/pycqa/isort from 9.0.0b5 to 9.0.1

Release notes

Sourced from https://github.com/pycqa/isort's releases.

9.0.1

🪲 Fixes

Other changes

Full Changelog: PyCQA/isort@9.0.0...9.0.1

9.0.0

isort 9.0.0 is the result of several alpha and beta releases, as well as a small number of fixes added after the last beta. For release notes for the individual alphas and betas we would like to refer to:

Skipped version numbers are the result of changes to our release infrastructure that broke while creating the actual releases.

Please find below the full release notes for version 9.0.0, the newest release of isort after version 8.0.1.


isort 9.0.0 contains some significant changes and improvements. Most notably there is now support for Python 3.15 and its lazy imports and we have included several performance improvements as well as providing mypyc compiled wheels for all major platforms and supported versions of Python. In our own tests we saw speeds ups of more than 2x and 3x times, but this is highly dependent on the codebase isort needs to inspect.

The full list of changes is as follows:

💥 Breaking Changes

🚀 Features

🪲 Fixes

... (truncated)

Changelog

Sourced from https://github.com/pycqa/isort's changelog.

Changelog

NOTE: isort follows the semver versioning standard. Find out more about isort's release policy here.

Please find a complete overview of all releases on Github.

Releases

Unreleased

9.0.0 August 26 2026

... (truncated)

Commits
  • 131f4ad Fix review typing and import order in CLI invocation test
  • 9491900 Test python -m isort invocation directly
  • f0a2dca Fix python -m isort by excluding main from mypyc
  • 037c2b2 Add changelog entries for last releases
  • 727d119 Name the predicate and drive the prefix test off STRING_PREFIXES
  • dec76bc Fix multiline docstring style
  • cb179db Keep add_imports below a prefixed module docstring
  • 7542f76 test: distinguish pylint disable-next comments
  • 9f56767 Fix pylint disable-next comments at top of imports
  • 0cba6f6 Delete .cruft.json
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pre-commit group with 3 updates: [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format), [https://github.com/MarcoGorelli/cython-lint](https://github.com/MarcoGorelli/cython-lint) and [https://github.com/pycqa/isort](https://github.com/pycqa/isort).


Updates `https://github.com/pre-commit/mirrors-clang-format` from v22.1.8 to 23.1.0
- [Commits](pre-commit/mirrors-clang-format@v22.1.8...v23.1.0)

Updates `https://github.com/MarcoGorelli/cython-lint` from v0.21.0 to 0.21.1
- [Release notes](https://github.com/MarcoGorelli/cython-lint/releases)
- [Commits](MarcoGorelli/cython-lint@v0.21.0...v0.21.1)

Updates `https://github.com/pycqa/isort` from 9.0.0b5 to 9.0.1
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@9.0.0b5...9.0.1)

---
updated-dependencies:
- dependency-name: https://github.com/pre-commit/mirrors-clang-format
  dependency-version: 23.1.0
  dependency-type: direct:production
  dependency-group: pre-commit
- dependency-name: https://github.com/MarcoGorelli/cython-lint
  dependency-version: 0.21.1
  dependency-type: direct:production
  dependency-group: pre-commit
- dependency-name: https://github.com/pycqa/isort
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pre-commit
...

Signed-off-by: dependabot[bot] <support@github.com>
@intel-python-devops

Copy link
Copy Markdown

Can one of the admins verify this patch?

@antonwolfy
antonwolfy merged commit 8f58f51 into master Sep 4, 2026
80 checks passed
@antonwolfy
antonwolfy deleted the dependabot/pre_commit/pre-commit-785e67c977 branch September 4, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants