Skip to content

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

Merged
Zethson merged 1 commit into
mainfrom
dependabot/pre_commit/pre-commit-9f8bd11b2e
Aug 10, 2026
Merged

Bump the pre-commit group across 1 directory with 4 updates#6
Zethson merged 1 commit into
mainfrom
dependabot/pre_commit/pre-commit-9f8bd11b2e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the pre-commit group with 4 updates in the / directory: https://github.com/biomejs/pre-commit, https://github.com/tox-dev/pyproject-fmt, https://github.com/astral-sh/ruff-pre-commit and https://github.com/zizmorcore/zizmor-pre-commit.

Updates https://github.com/biomejs/pre-commit from v2.5.4 to 2.5.6

Commits
  • cd5d6ed build(deps): bump @​biomejs/biome to 2.5.6
  • 4c53f19 build(deps): bump @​biomejs/biome to 2.5.5 (#120)
  • 06894e7 build(deps): bump @​biomejs/biome to 2.5.5
  • f40b595 build(deps): bump @​biomejs/biome to 2.5.4 (#118)
  • See full diff in compare view

Updates https://github.com/tox-dev/pyproject-fmt from v2.25.3 to 2.26.0

Release notes

Sourced from https://github.com/tox-dev/pyproject-fmt's releases.

v2.26.0

Full Changelog: tox-dev/pyproject-fmt@v2.25.4...v2.26.0

v2.25.4

What's Changed

Full Changelog: tox-dev/pyproject-fmt@v2.25.3...v2.25.4

Commits

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

Release notes

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

v0.16.1

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

v0.16.0

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

Commits
  • 39d9ac5 Mirror: 0.16.1
  • 299cd31 Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#177)
  • cb8c523 Mirror: 0.16.0
  • 162e162 Bump astral-sh/setup-uv from 8.2.0 to 8.3.2 in the github-actions group (#176)
  • See full diff in compare view

Updates https://github.com/zizmorcore/zizmor-pre-commit from v1.27.0 to 1.29.0

Release notes

Sourced from https://github.com/zizmorcore/zizmor-pre-commit's releases.

v1.29.0

New Features 🌈🔗

  • zizmor now has experimental support for auditing pre-commit inputs, meaning both pre-commit configuration and hook definitions (#2209)

  • New audit: insecure-url-scheme detects usages of insecure (i.e. plaintext) protocols when making network requests. The initial version of this audit is limited to pre-commit inputs only (#2228)

  • zizmor now supports GitHub's "self-repository" reference syntax for local actions, e.g. uses: $/foo/bar instead of a manual checkout and uses: ./foo/bar (#2248)

Changes ⚠️🔗

Removals 🌅🔗

  • --collect=workflows-only and --collect=actions-only have been fully removed. Use --collect=workflows and --collect=actions for the replacement behavior (#2242)

Bug Fixes 🐛🔗

  • Fixed a bug where zizmor would reject a valid workflow definition for containing a literal jobs..outputs. value for being a non-string (#2220)

  • Fixed a bug where the github-app audit would incorrectly flag some usages as needing a repositories: key, despite requesting organization-level-only permissions (#2227)

  • Fixed a class of bugs where zizmor would discover the user's configuration in unintuitive ways. When auditing from a Git repository, zizmor now uses the repository root to discover configuration consistently (#2234)

v1.28.0

See: https://github.com/zizmorcore/zizmor/releases/tag/v1.28.0

Commits

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 group with 4 updates in the / directory: [https://github.com/biomejs/pre-commit](https://github.com/biomejs/pre-commit), [https://github.com/tox-dev/pyproject-fmt](https://github.com/tox-dev/pyproject-fmt), [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit).


Updates `https://github.com/biomejs/pre-commit` from v2.5.4 to 2.5.6
- [Release notes](https://github.com/biomejs/pre-commit/releases)
- [Commits](biomejs/pre-commit@v2.5.4...v2.5.6)

Updates `https://github.com/tox-dev/pyproject-fmt` from v2.25.3 to 2.26.0
- [Release notes](https://github.com/tox-dev/pyproject-fmt/releases)
- [Commits](tox-dev/pyproject-fmt@v2.25.3...v2.26.0)

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

Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.27.0 to 1.29.0
- [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases)
- [Commits](zizmorcore/zizmor-pre-commit@v1.27.0...v1.29.0)

---
updated-dependencies:
- dependency-name: https://github.com/biomejs/pre-commit
  dependency-version: 2.5.6
  dependency-type: direct:production
  dependency-group: pre-commit
- dependency-name: https://github.com/tox-dev/pyproject-fmt
  dependency-version: 2.26.0
  dependency-type: direct:production
  dependency-group: pre-commit
- dependency-name: https://github.com/astral-sh/ruff-pre-commit
  dependency-version: 0.16.1
  dependency-type: direct:production
  dependency-group: pre-commit
- dependency-name: https://github.com/zizmorcore/zizmor-pre-commit
  dependency-version: 1.29.0
  dependency-type: direct:production
  dependency-group: pre-commit
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Aug 9, 2026
@codecov-commenter

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@Zethson
Zethson merged commit 3be5d27 into main Aug 10, 2026
7 checks passed
@Zethson
Zethson deleted the dependabot/pre_commit/pre-commit-9f8bd11b2e branch August 10, 2026 13:47
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 pre_commit Pull requests that update pre_commit code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants