Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps pre-commit from 4.3.0 to 4.4.0.

Release notes

Sourced from pre-commit's releases.

pre-commit v4.4.0

Features

Fixes

Changelog

Sourced from pre-commit's changelog.

4.4.0 - 2025-11-08

Features

Fixes

Commits
  • 17cf886 v4.4.0
  • cb63a5c Merge pull request #3535 from br-rhrbacek/fix-cgroups
  • f80801d Fix docker-in-docker detection for cgroups v2
  • 9143fc3 Merge pull request #3577 from pre-commit/language-unsupported
  • 725acc9 rename system and script languages to unsupported / unsupported_script
  • 3815e2e Merge pull request #3576 from pre-commit/fix-stages-config-error
  • aa2961c fix missing context in error for stages
  • 46297f7 Merge pull request #3575 from pre-commit/rm-python3-hooks-repo
  • 95eec75 rm python3_hooks_repo
  • 5e4b354 Merge pull request #3574 from pre-commit/rm-hook-with-spaces-test
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2025
@github-actions github-actions bot enabled auto-merge (squash) November 10, 2025 11:14
@Dreamsorcerer
Copy link
Member

@dependabot recreate

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pre-commit-4.4.0 branch from b0a26ae to 7efc11a Compare December 2, 2025 00:47
@codspeed-hq
Copy link

codspeed-hq bot commented Dec 2, 2025

CodSpeed Performance Report

Merging #11751 will not alter performance

Comparing dependabot/pip/pre-commit-4.4.0 (7efc11a) with master (8a16f90)1

Summary

✅ 59 untouched

Footnotes

  1. No successful run was found on master (def649f) during the generation of this report, so 8a16f90 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.72%. Comparing base (056d929) to head (7efc11a).
⚠️ Report is 12 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11751      +/-   ##
==========================================
- Coverage   98.74%   98.72%   -0.02%     
==========================================
  Files         127      127              
  Lines       43754    43823      +69     
  Branches     2328     2332       +4     
==========================================
+ Hits        43205    43266      +61     
- Misses        389      395       +6     
- Partials      160      162       +2     
Flag Coverage Δ
CI-GHA 98.59% <ø> (-0.03%) ⬇️
OS-Linux 98.33% <ø> (-0.03%) ⬇️
OS-Windows 96.67% <ø> (-0.02%) ⬇️
OS-macOS 97.57% <ø> (-0.01%) ⬇️
Py-3.10.11 97.10% <ø> (-0.02%) ⬇️
Py-3.10.18 ?
Py-3.10.19 97.59% <ø> (+0.65%) ⬆️
Py-3.11.13 ?
Py-3.11.14 97.79% <ø> (-0.03%) ⬇️
Py-3.11.9 97.31% <ø> (-0.02%) ⬇️
Py-3.12.10 97.41% <ø> (-0.02%) ⬇️
Py-3.12.11 ?
Py-3.12.12 97.91% <ø> (+0.66%) ⬆️
Py-3.13.7 ?
Py-3.13.9 98.16% <ø> (-0.01%) ⬇️
Py-3.14.0 98.12% <ø> (-0.01%) ⬇️
Py-3.14.0t 97.18% <ø> (-0.03%) ⬇️
Py-pypy3.10.16-7.3.19 ?
VM-macos 97.57% <ø> (-0.01%) ⬇️
VM-ubuntu 98.33% <ø> (-0.03%) ⬇️
VM-windows 96.67% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot merged commit 1c06a65 into master Dec 2, 2025
41 checks passed
@github-actions github-actions bot deleted the dependabot/pip/pre-commit-4.4.0 branch December 2, 2025 02:27
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.

1 participant