Open
Conversation
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.2.0 to 4.5.1. - [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.2.0...v4.5.1) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #672 +/- ##
=======================================
Coverage 74.09% 74.09%
=======================================
Files 56 56
Lines 7925 7925
Branches 1543 1543
=======================================
Hits 5872 5872
Misses 1435 1435
Partials 618 618
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps pre-commit from 4.2.0 to 4.5.1.
Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
8a0630cv4.5.1fcbc745Merge pull request #3597 from pre-commit/empty-setup-py51592eefix python local template when artifact dirs are present67e8fafMerge pull request #3596 from pre-commit/pre-commit-ci-update-configc251e6b[pre-commit.ci] pre-commit autoupdate98ccafaMerge pull request #3593 from pre-commit/pre-commit-ci-update-config4895355[pre-commit.ci] pre-commit autoupdate2cedd58Merge pull request #3588 from pre-commit/pre-commit-ci-update-config465192d[pre-commit.ci] pre-commit autoupdatefd42f96Merge pull request #3586 from pre-commit/zipapp-sha256-file-not-neededDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Greptile Summary
This is a routine Dependabot dependency bump for the
pre-commitdev tool from4.2.0to4.5.1inpyproject.toml. The change only affects the developer tooling environment and has no impact on runtime behavior of the k-wave-python library itself.pre-commitfrom4.2.0→4.5.1(3 minor releases: 4.3.0, 4.4.0, 4.5.0, 4.5.1)--fail-fastoption, docker-in-docker support for cgroups v2, and a bugfix forlanguage: pythonwithrepo: localwithoutadditional_dependenciesConfidence Score: 5/5
pre-commit) with no effect on the library's runtime code, tests, or documentation. The new version includes only features and bug fixes; no breaking changes are noted in the changelog. Dependabot reports a high compatibility score.Important Files Changed
pre-commitdev dependency from4.2.0to4.5.1; single line change with no functional impact on runtime code.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Developer runs pre-commit] --> B{pre-commit version} B -- "4.2.0 (old)" --> C[Missing: --fail-fast option] B -- "4.2.0 (old)" --> D[Missing: rootless Docker detection] B -- "4.2.0 (old)" --> E[Bug: local python repo without additional_dependencies] B -- "4.5.1 (new)" --> F[--fail-fast option available] B -- "4.5.1 (new)" --> G[Rootless Docker detection] B -- "4.5.1 (new)" --> H[Bug fixed: local python repo]Reviews (1): Last reviewed commit: "Bump pre-commit from 4.2.0 to 4.5.1" | Re-trigger Greptile