Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pre-commit from 4.1.0 to 4.2.0 #10598

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2025

Bumps pre-commit from 4.1.0 to 4.2.0.

Release notes

Sourced from pre-commit's releases.

pre-commit v4.2.0

Features

  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.

Fixes

Changelog

Sourced from pre-commit's changelog.

4.2.0 - 2025-03-18

Features

  • For language: python first attempt a versioned python executable for the default language version before consulting a potentially unversioned sys.executable.

Fixes

Commits
  • aa48766 v4.2.0
  • bf6f11d Merge pull request #3430 from pre-commit/preferential-sys-impl
  • 3e8d0f5 adjust python default_language_version to prefer versioned exe
  • ff7256c Merge pull request #3425 from tusharsadhwani/ambiguous-ref
  • b7eb412 fix: crash on ambiguous ref 'HEAD'
  • 7b88c63 Merge pull request #3404 from pre-commit/pre-commit-ci-update-config
  • 94b97e2 [pre-commit.ci] pre-commit autoupdate
  • 2f93b80 Merge pull request #3401 from pre-commit/pre-commit-ci-update-config
  • 4f90a1e [pre-commit.ci] pre-commit autoupdate
  • aba1ce0 Merge pull request #3396 from pre-commit/all-repos_autofix_all-repos-sed
  • 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)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.1.0 to 4.2.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.1.0...v4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 19, 2025
@dependabot dependabot bot requested review from webknjaz and asvetlov as code owners March 19, 2025 10:58
@github-actions github-actions bot enabled auto-merge (squash) March 19, 2025 10:59
Copy link

codspeed-hq bot commented Mar 19, 2025

CodSpeed Performance Report

Merging #10598 will not alter performance

Comparing dependabot/pip/3.12/pre-commit-4.2.0 (cd376b7) with 3.12 (2dc0d9e)

Summary

✅ 47 untouched benchmarks

Copy link

codecov bot commented Mar 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.09%. Comparing base (2dc0d9e) to head (cd376b7).
Report is 4 commits behind head on 3.12.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             3.12   #10598   +/-   ##
=======================================
  Coverage   98.08%   98.09%           
=======================================
  Files         126      126           
  Lines       37531    37531           
  Branches     2120     2120           
=======================================
+ Hits        36814    36817    +3     
+ Misses        548      545    -3     
  Partials      169      169           
Flag Coverage Δ
CI-GHA 97.98% <ø> (+<0.01%) ⬆️
OS-Linux 97.68% <ø> (+<0.01%) ⬆️
OS-Windows 94.74% <ø> (ø)
OS-macOS 96.82% <ø> (ø)
Py-3.10.11 96.70% <ø> (-0.01%) ⬇️
Py-3.10.16 97.26% <ø> (ø)
Py-3.11.11 97.36% <ø> (-0.01%) ⬇️
Py-3.11.9 96.80% <ø> (-0.01%) ⬇️
Py-3.12.9 97.77% <ø> (ø)
Py-3.13.2 97.76% <ø> (ø)
Py-3.9.13 96.60% <ø> (+<0.01%) ⬆️
Py-3.9.21 97.15% <ø> (+<0.01%) ⬆️
Py-pypy7.3.16 84.26% <ø> (-2.82%) ⬇️
VM-macos 96.82% <ø> (ø)
VM-ubuntu 97.68% <ø> (+<0.01%) ⬆️
VM-windows 94.74% <ø> (ø)

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 84bb351 into 3.12 Mar 19, 2025
36 checks passed
@github-actions github-actions bot deleted the dependabot/pip/3.12/pre-commit-4.2.0 branch March 19, 2025 11:12
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.

0 participants