Skip to content

Bump the pre-commit-all group across 1 directory with 6 updates#1056

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pre_commit/pre-commit-all-e4c1bb76ca
Open

Bump the pre-commit-all group across 1 directory with 6 updates#1056
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pre_commit/pre-commit-all-e4c1bb76ca

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the pre-commit-all group with 6 updates in the / directory:

Package From To
prettier 3.8.1 3.9.4
https://github.com/pre-commit/mirrors-clang-format v22.1.2 22.1.5
https://github.com/astral-sh/ruff-pre-commit v0.15.8 0.15.20
https://github.com/pre-commit/mirrors-mypy v1.20.0 2.1.0
https://github.com/MarcoGorelli/cython-lint v0.19.0 0.21.0
https://github.com/BlankSpruce/gersemi 0.26.1 0.27.7

Updates prettier from 3.8.1 to 3.9.4

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

Commits

Updates https://github.com/astral-sh/ruff-pre-commit from v0.15.8 to 0.15.20

Release notes

Sourced from https://github.com/astral-sh/ruff-pre-commit's releases.

v0.15.20

See: https://github.com/astral-sh/ruff/releases/tag/0.15.20

v0.15.19

See: https://github.com/astral-sh/ruff/releases/tag/0.15.19

v0.15.18

See: https://github.com/astral-sh/ruff/releases/tag/0.15.18

v0.15.17

See: https://github.com/astral-sh/ruff/releases/tag/0.15.17

v0.15.16

See: https://github.com/astral-sh/ruff/releases/tag/0.15.16

v0.15.15

See: https://github.com/astral-sh/ruff/releases/tag/0.15.15

v0.15.14

See: https://github.com/astral-sh/ruff/releases/tag/0.15.14

v0.15.13

See: https://github.com/astral-sh/ruff/releases/tag/0.15.13

v0.15.12

See: https://github.com/astral-sh/ruff/releases/tag/0.15.12

v0.15.11

See: https://github.com/astral-sh/ruff/releases/tag/0.15.11

v0.15.10

See: https://github.com/astral-sh/ruff/releases/tag/0.15.10

v0.15.9

See: https://github.com/astral-sh/ruff/releases/tag/0.15.9

Commits

Updates https://github.com/pre-commit/mirrors-mypy from v1.20.0 to 2.1.0

Commits

Updates https://github.com/MarcoGorelli/cython-lint from v0.19.0 to 0.21.0

Release notes

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

v0.21.0

Check that loop variable is used within the loop (if it's not, prefix with underscore)

v0.20.0

Introduced new "outer loop variable shadowed by inner loop variable" check

Commits

Updates https://github.com/BlankSpruce/gersemi from 0.26.1 to 0.27.7

Release notes

Sourced from https://github.com/BlankSpruce/gersemi's releases.

0.27.7

Fixed

  • WHAT in feature_summary is now treated as multi-value argument. (#115)
  • FIND_PACKAGE_ARGS in FetchContent_Declare now follows the formatting used for find_package.
  • Add missing keywords in ExternalProject_Add (#116) and FetchContent_Declare (#117).

0.27.6

Fixed

  • Line comments don't inhibit local inlining when they are the last piece of the formatted chunk. (#114)
  • Comments can be used next to inline keywords in custom command definitions. (#114)

0.27.5

Fixed

  • Proper handling of HELP in set(CACHE{variable}). (#113)

0.27.4

Fixed

  • Application won't hang when multiple workers are used. (#111)

0.27.3

Changed

  • Wheels on PyPI are also published for ARM based systems. (#108)
  • More of the core implementation reimplemented in Rust.

0.27.2

Fixed

  • Missing files from source distribution. (#108)

0.27.1

Fixed

  • pre-commit hook reference in README now points to separate repository to leverage availability of wheels in PyPI. (#107)
  • Build process of Rust extension. (#108)

0.27.0

Added

  • Formatting can be disabled through other pairs of fencing comments: # cmake-format: off/# cmake-format: on and # fmt: off/# fmt: on. (#106)

Changed

  • Change default from unsafe: false to unsafe: true. Additionally add explicit --safe to enable that mode from command line.
  • Replace internal CMake parser with custom handwritten one in Rust instead of relying on Lark AKA "rewrite it in Rust".
Changelog

Sourced from https://github.com/BlankSpruce/gersemi's changelog.

[0.27.7] 2026-05-27

Fixed

  • WHAT in feature_summary is now treated as multi-value argument. (#115)
  • FIND_PACKAGE_ARGS in FetchContent_Declare now follows the formatting used for find_package.
  • Add missing keywords in ExternalProject_Add (#116) and FetchContent_Declare (#117).

[0.27.6] 2026-05-21

Fixed

  • Line comments don't inhibit local inlining when they are the last piece of the formatted chunk. (#114)
  • Comments can be used next to inline keywords in custom command definitions. (#114)

[0.27.5] 2026-05-14

Fixed

  • Proper handling of HELP in set(CACHE{variable}). (#113)

[0.27.4] 2026-05-06

Fixed

  • Application won't hang when multiple workers are used. (#111)

[0.27.3] 2026-05-05

Changed

  • Wheels on PyPI are also published for ARM based systems. (#108)
  • More of the core implementation reimplemented in Rust.

[0.27.2] 2026-04-16

Fixed

  • Missing files from source distribution. (#108)

[0.27.1] 2026-04-15

Fixed

  • pre-commit hook reference in README now points to separate repository to leverage availability of wheels in PyPI. (#107)
  • Build process of Rust extension. (#108)

[0.27.0] 2026-04-12

Added

  • Formatting can be disabled through other pairs of fencing comments: # cmake-format: off/# cmake-format: on and # fmt: off/# fmt: on. (#106)

Changed

  • Change default from unsafe: false to unsafe: true. Additionally add explicit --safe to enable that mode from command line.
  • Replace internal CMake parser with custom handwritten one in Rust instead of relying on Lark AKA "rewrite it in Rust".
Commits
  • 87d4337 Release 0.27.7
  • 555b799 Add directory keywords of FetchContent_Declare
  • 72d4785 Add missing keywords in ExternalProject commands
  • 751a73b Improve formatting of FetchContent_Declare(FIND_PACKAGE_ARGS)
  • a4dd8d8 Correct feature_summary(WHAT) cardinality
  • b03b0f9 Support inlining when line comment is last piece in formatted chunk
  • 051259c Ignore comments next to keywords in custom command definition
  • 787c95e Consider HELP as multi value argument in set(CACHE{variable})
  • 0ae46f4 Release 0.27.4
  • ecb7644 fix: Multiple workers deadlock
  • 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 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-all group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| prettier | `3.8.1` | `3.9.4` |
| [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format) | `v22.1.2` | `22.1.5` |
| [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) | `v0.15.8` | `0.15.20` |
| [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy) | `v1.20.0` | `2.1.0` |
| [https://github.com/MarcoGorelli/cython-lint](https://github.com/MarcoGorelli/cython-lint) | `v0.19.0` | `0.21.0` |
| [https://github.com/BlankSpruce/gersemi](https://github.com/BlankSpruce/gersemi) | `0.26.1` | `0.27.7` |



Updates `prettier` from 3.8.1 to 3.9.4

Updates `https://github.com/pre-commit/mirrors-clang-format` from v22.1.2 to 22.1.5
- [Commits](pre-commit/mirrors-clang-format@v22.1.2...v22.1.5)

Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.8 to 0.15.20
- [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases)
- [Commits](astral-sh/ruff-pre-commit@v0.15.8...v0.15.20)

Updates `https://github.com/pre-commit/mirrors-mypy` from v1.20.0 to 2.1.0
- [Commits](pre-commit/mirrors-mypy@v1.20.0...v2.1.0)

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

Updates `https://github.com/BlankSpruce/gersemi` from 0.26.1 to 0.27.7
- [Release notes](https://github.com/BlankSpruce/gersemi/releases)
- [Changelog](https://github.com/BlankSpruce/gersemi/blob/master/CHANGELOG.md)
- [Commits](BlankSpruce/gersemi@0.26.1...0.27.7)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pre-commit-all
- dependency-name: https://github.com/pre-commit/mirrors-clang-format
  dependency-version: 22.1.5
  dependency-type: direct:production
  dependency-group: pre-commit-all
- dependency-name: https://github.com/astral-sh/ruff-pre-commit
  dependency-version: 0.15.20
  dependency-type: direct:production
  dependency-group: pre-commit-all
- dependency-name: https://github.com/pre-commit/mirrors-mypy
  dependency-version: 2.1.0
  dependency-type: direct:production
  dependency-group: pre-commit-all
- dependency-name: https://github.com/MarcoGorelli/cython-lint
  dependency-version: 0.21.0
  dependency-type: direct:production
  dependency-group: pre-commit-all
- dependency-name: https://github.com/BlankSpruce/gersemi
  dependency-version: 0.27.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pre-commit-all
...

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

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: CI. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@copy-pr-bot

copy-pr-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants