Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2025

Bumps pre-commit from 3.8.0 to 4.3.0.

Release notes

Sourced from pre-commit's releases.

pre-commit v4.3.0

Features

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

pre-commit v4.1.0

Features

Fixes

pre-commit v4.0.1

Fixes

pre-commit v4.0.0

Features

... (truncated)

Changelog

Sourced from pre-commit's changelog.

4.3.0 - 2025-08-09

Features

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

4.1.0 - 2025-01-20

Features

Fixes

4.0.1 - 2024-10-08

Fixes

  • Fix pre-commit migrate-config for unquoted deprecated stages names with purelib pyyaml.

... (truncated)

Commits
  • b74a22d v4.3.0
  • cc899de Merge pull request #3507 from bc-lee/dart-fix
  • 2a0bcea Downgrade Dart SDK version installed in the CI
  • f1cc7a4 Make Dart pre-commit hook compatible with the latest Dart SDKs
  • 72a3b71 Merge pull request #3504 from pre-commit/pre-commit-ci-update-config
  • c8925a4 [pre-commit.ci] pre-commit autoupdate
  • a5fe6c5 Merge pull request #3496 from ericphanson/eph/jl-startup
  • 6f1f433 Julia language: skip startup.jl file
  • c681721 Merge pull request #3499 from pre-commit/pre-commit-ci-update-config
  • 4fd4537 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Important

Bump pre-commit to >=3.2.2,<5.0.0 in pyproject.toml to include new features and fixes.

  • Dependencies:
    • Bump pre-commit version in pyproject.toml from ^3.2.2 to >=3.2.2,<5.0.0.
  • Features:
    • Support for rootless Docker in language: docker.
    • Avoid startup.jl in language: julia hooks.
    • Support latest Dart SDK versions in language: dart.
    • Improved Python version handling in language: python.
  • Fixes:
    • Handle conflict detection errors with files named "HEAD".
    • Disable automatic toolchain switching for language: golang.
    • Fix language: r installation issues with RStudio.
    • Fix pre-commit migrate-config for unquoted deprecated stage names.

This description was created by Ellipsis for 8426837. You can customize this summary. It will automatically update as commits are pushed.

Disclaimer: Experimental PR review

Greptile Summary

This PR updates the pre-commit development dependency from version 3.8.0 to 4.3.0 in the pyproject.toml file. Pre-commit is a framework for managing and maintaining multi-language pre-commit hooks, used in this codebase to enforce code quality checks before commits are made.

The change modifies the version constraint from ^3.2.2 to >=3.2.2,<5.0.0, which allows the upgrade to the 4.x series while preventing automatic updates to version 5.x when it becomes available. This version constraint change is more explicit and provides better control over major version upgrades.

The update brings several new features and improvements:

  • Enhanced Docker support with rootless Docker detection
  • Improved Python language handling that prioritizes versioned executables
  • New Julia language support with better startup behavior
  • Various bug fixes for conflict detection and configuration migration
  • Improved Dart language compatibility

Since pre-commit is a development-only dependency used for code quality enforcement, this change does not affect the runtime behavior of the langfuse package itself. The update aligns with the project's dependency management strategy by keeping development tooling current while maintaining stability through appropriate version constraints.

Confidence score: 4/5

  • This PR is safe to merge with minimal risk as it only updates a development dependency
  • Score reflects the fact that this is a well-tested, mature tool upgrade with primarily additive features
  • No files require special attention as this is a straightforward dependency version update

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 28, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Bot Settings | Greptile

@dependabot dependabot bot force-pushed the dependabot/pip/pre-commit-4.3.0 branch 2 times, most recently from 04dc87e to 398e5bb Compare September 4, 2025 05:07
@dependabot dependabot bot force-pushed the dependabot/pip/pre-commit-4.3.0 branch 2 times, most recently from 827c87f to 1767592 Compare September 15, 2025 05:13
@dependabot dependabot bot force-pushed the dependabot/pip/pre-commit-4.3.0 branch from 1767592 to bf1f850 Compare September 17, 2025 05:09
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.8.0 to 4.3.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@v3.8.0...v4.3.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pre-commit-4.3.0 branch from bf1f850 to 6f64aab Compare September 19, 2025 05:08
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant