[PR #720] [MERGED] chore(deps): update dependency pre-commit to v4 #764

Closed
opened 2026-03-02 15:59:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/probberechts/soccerdata/pull/720
Author: @renovate[bot]
Created: 10/10/2024
Status: Merged
Merged: 10/10/2024
Merged by: @probberechts

Base: masterHead: renovate/pre-commit-4.x


📝 Commits (1)

  • 4b39d54 chore(deps): update dependency pre-commit to v4

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 poetry.lock (+4 -4)
📝 pyproject.toml (+1 -1)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pre-commit ^3.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

pre-commit/pre-commit (pre-commit)

v4.0.1

Compare Source

==================

Fixes

v4.0.0

Compare Source

==================

Features
Migrating

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/probberechts/soccerdata/pull/720 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 10/10/2024 **Status:** ✅ Merged **Merged:** 10/10/2024 **Merged by:** [@probberechts](https://github.com/probberechts) **Base:** `master` ← **Head:** `renovate/pre-commit-4.x` --- ### 📝 Commits (1) - [`4b39d54`](https://github.com/probberechts/soccerdata/commit/4b39d54f4d35626a137c169791c9ade7f5d7d7a9) chore(deps): update dependency pre-commit to v4 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+4 -4) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pre-commit](https://redirect.github.com/pre-commit/pre-commit) | `^3.0.0` -> `^4.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pre-commit/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pre-commit/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pre-commit/3.8.0/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pre-commit/3.8.0/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pre-commit/pre-commit (pre-commit)</summary> ### [`v4.0.1`](https://redirect.github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#401---2024-10-08) [Compare Source](https://redirect.github.com/pre-commit/pre-commit/compare/v4.0.0...v4.0.1) \================== ##### Fixes - Fix `pre-commit migrate-config` for unquoted deprecated stages names with purelib `pyyaml`. - [#&#8203;3324](https://redirect.github.com/pre-commit/pre-commit/issues/3324) PR by [@&#8203;asottile](https://redirect.github.com/asottile). - [pre-commit-ci/issues#234](https://redirect.github.com/pre-commit-ci/issues/issues/234) issue by [@&#8203;lorenzwalthert](https://redirect.github.com/lorenzwalthert). ### [`v4.0.0`](https://redirect.github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#400---2024-10-05) [Compare Source](https://redirect.github.com/pre-commit/pre-commit/compare/v3.8.0...v4.0.0) \================== ##### Features - Improve `pre-commit migrate-config` to handle more yaml formats. - [#&#8203;3301](https://redirect.github.com/pre-commit/pre-commit/issues/3301) PR by [@&#8203;asottile](https://redirect.github.com/asottile). - Handle `stages` deprecation in `pre-commit migrate-config`. - [#&#8203;3302](https://redirect.github.com/pre-commit/pre-commit/issues/3302) PR by [@&#8203;asottile](https://redirect.github.com/asottile). - [#&#8203;2732](https://redirect.github.com/pre-commit/pre-commit/issues/2732) issue by [@&#8203;asottile](https://redirect.github.com/asottile). - Upgrade `ruby-build`. - [#&#8203;3199](https://redirect.github.com/pre-commit/pre-commit/issues/3199) PR by [@&#8203;ThisGuyCodes](https://redirect.github.com/ThisGuyCodes). - Add "sensible regex" warnings to `repo: meta`. - [#&#8203;3311](https://redirect.github.com/pre-commit/pre-commit/issues/3311) PR by [@&#8203;asottile](https://redirect.github.com/asottile). - Add warnings for deprecated `stages` (`commit` -> `pre-commit`, `push` -> `pre-push`, `merge-commit` -> `pre-merge-commit`). - [#&#8203;3312](https://redirect.github.com/pre-commit/pre-commit/issues/3312) PR by [@&#8203;asottile](https://redirect.github.com/asottile). - [#&#8203;3313](https://redirect.github.com/pre-commit/pre-commit/issues/3313) PR by [@&#8203;asottile](https://redirect.github.com/asottile). - [#&#8203;3315](https://redirect.github.com/pre-commit/pre-commit/issues/3315) PR by [@&#8203;asottile](https://redirect.github.com/asottile). - [#&#8203;2732](https://redirect.github.com/pre-commit/pre-commit/issues/2732) issue by [@&#8203;asottile](https://redirect.github.com/asottile). ##### Migrating - `language: python_venv` has been removed -- use `language: python` instead. - [#&#8203;3320](https://redirect.github.com/pre-commit/pre-commit/issues/3320) PR by [@&#8203;asottile](https://redirect.github.com/asottile). - [#&#8203;2734](https://redirect.github.com/pre-commit/pre-commit/issues/2734) issue by [@&#8203;asottile](https://redirect.github.com/asottile). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/probberechts/soccerdata). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:59:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/soccerdata#764
No description provided.