Skip to content

Bump the pre-commit-hooks group across 1 directory with 3 updates - #22

Merged
d33bs merged 3 commits into
mainfrom
dependabot/pre_commit/pre-commit-hooks-2ee4a66f37
Aug 10, 2026
Merged

Bump the pre-commit-hooks group across 1 directory with 3 updates#22
d33bs merged 3 commits into
mainfrom
dependabot/pre_commit/pre-commit-hooks-2ee4a66f37

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the pre-commit-hooks group with 3 updates in the / directory: https://github.com/tox-dev/pyproject-fmt, https://github.com/codespell-project/codespell and https://github.com/astral-sh/ruff-pre-commit.

Updates https://github.com/tox-dev/pyproject-fmt from v2.25.0 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

v2.25.3

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

v2.25.2

Full Changelog: tox-dev/pyproject-fmt@v2.25.1...v2.25.2

v2.25.1

Full Changelog: tox-dev/pyproject-fmt@v2.25.0...v2.25.1

Commits

Updates https://github.com/codespell-project/codespell from v2.4.2 to 2.4.3

Release notes

Sourced from https://github.com/codespell-project/codespell's releases.

v2.4.3

What's Changed

... (truncated)

Commits
  • 57b2140 Read only [tool.codespell] from TOML config (#3975)
  • 23b8d94 [pre-commit.ci] pre-commit autoupdate
  • 926c4d6 [pre-commit.ci] pre-commit autoupdate
  • 820a301 Merge pull request #3967 from codespell-project/peternewman-patch-1
  • 9fe42c9 Add common misspellings for reseeve->reserve to dictionary
  • 725173c [pre-commit.ci] pre-commit autoupdate
  • 86c13ee [pre-commit.ci] pre-commit autoupdate
  • 7b9f36c Bump actions/checkout from 6 to 7
  • bcc1b80 Add spelling corrections for simpe and variants.
  • 89584cc [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates https://github.com/astral-sh/ruff-pre-commit from v0.15.19 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

v0.15.22

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

v0.15.21

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

v0.15.20

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

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)
  • 2700fd5 Mirror: 0.15.22
  • 01a675e Mirror: 0.15.21
  • 9b2d619 Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#173)
  • c59bba8 Mirror: 0.15.20
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Aug 1, 2026
@dependabot
dependabot Bot requested a review from d33bs as a code owner August 1, 2026 19:26
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Aug 1, 2026
@d33bs

d33bs commented Aug 10, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot changed the title Bump the pre-commit-hooks group with 3 updates Bump the pre-commit-hooks group across 1 directory with 3 updates Aug 10, 2026
Bumps the pre-commit-hooks group with 3 updates in the / directory: [https://github.com/tox-dev/pyproject-fmt](https://github.com/tox-dev/pyproject-fmt), [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell) and [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit).


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

Updates `https://github.com/codespell-project/codespell` from v2.4.2 to 2.4.3
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](codespell-project/codespell@v2.4.2...v2.4.3)

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

---
updated-dependencies:
- dependency-name: https://github.com/astral-sh/ruff-pre-commit
  dependency-version: 0.16.0
  dependency-type: direct:production
  dependency-group: pre-commit-hooks
- dependency-name: https://github.com/codespell-project/codespell
  dependency-version: 2.4.3
  dependency-type: direct:production
  dependency-group: pre-commit-hooks
- dependency-name: https://github.com/tox-dev/pyproject-fmt
  dependency-version: 2.25.3
  dependency-type: direct:production
  dependency-group: pre-commit-hooks
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pre_commit/pre-commit-hooks-2ee4a66f37 branch from eb53d97 to 68c317c Compare August 10, 2026 03:45
@d33bs
d33bs merged commit 0136a26 into main Aug 10, 2026
9 checks passed
@d33bs
d33bs deleted the dependabot/pre_commit/pre-commit-hooks-2ee4a66f37 branch August 10, 2026 13:58
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.

1 participant