[PR #154] [MERGED] Update dependency pre-commit to v3 #319

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

📋 Pull Request Information

Original PR: https://github.com/probberechts/soccerdata/pull/154
Author: @renovate[bot]
Created: 1/31/2023
Status: Merged
Merged: 2/8/2023
Merged by: @probberechts

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


📝 Commits (1)

  • dbe0c1d Update dependency pre-commit to v3

📊 Changes

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

View changed files

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

📄 Description

Mend Renovate

This PR contains the following updates:

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

Release Notes

pre-commit/pre-commit

v3.0.2

Compare Source

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

Fixes

v3.0.1

Compare Source

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

Fixes

v3.0.0

Compare Source

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

Features
Fixes
Updating
  • Drop support for python<3.8
  • Drop support for top-level list, use pre-commit migrate-config to update.
  • Drop support for sha to specify revision, use pre-commit migrate-config
    to update.
  • Remove pre-commit-validate-config and pre-commit-validate-manifest, use
    pre-commit validate-config and pre-commit validate-manifest instead.
  • language: golang hooks must use go.mod to specify dependencies

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 has been generated by Mend Renovate. View repository job log here.


🔄 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/154 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 1/31/2023 **Status:** ✅ Merged **Merged:** 2/8/2023 **Merged by:** [@probberechts](https://github.com/probberechts) **Base:** `master` ← **Head:** `renovate/pre-commit-3.x` --- ### 📝 Commits (1) - [`dbe0c1d`](https://github.com/probberechts/soccerdata/commit/dbe0c1d7980d2543a43fddd1d49de78ca9ad6d73) Update dependency pre-commit to v3 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+5 -5) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pre-commit](https://togithub.com/pre-commit/pre-commit) | `^2.16.0` -> `^3.0.0` | [![age](https://badges.renovateapi.com/packages/pypi/pre-commit/3.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pre-commit/3.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pre-commit/3.0.2/compatibility-slim/2.21.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pre-commit/3.0.2/confidence-slim/2.21.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pre-commit/pre-commit</summary> ### [`v3.0.2`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#&#8203;302---2023-01-29) [Compare Source](https://togithub.com/pre-commit/pre-commit/compare/v3.0.1...v3.0.2) \================== ##### Fixes - Prevent local `Gemfile` from interfering with hook execution. - [#&#8203;2727](https://togithub.com/pre-commit/pre-commit/issues/2727) PR by [@&#8203;asottile](https://togithub.com/asottile). - Fix `language: r`, `repo: local` hooks - [pre-commit-ci/issues#&#8203;107](https://togithub.com/pre-commit-ci/issues/issues/107) by [@&#8203;lorenzwalthert](https://togithub.com/lorenzwalthert). - [#&#8203;2728](https://togithub.com/pre-commit/pre-commit/issues/2728) PR by [@&#8203;asottile](https://togithub.com/asottile). ### [`v3.0.1`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#&#8203;301---2023-01-26) [Compare Source](https://togithub.com/pre-commit/pre-commit/compare/v3.0.0...v3.0.1) \================== ##### Fixes - Ensure coursier hooks are available offline after install. - [#&#8203;2723](https://togithub.com/pre-commit/pre-commit/issues/2723) PR by [@&#8203;asottile](https://togithub.com/asottile). ### [`v3.0.0`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#&#8203;300---2023-01-23) [Compare Source](https://togithub.com/pre-commit/pre-commit/compare/v2.21.0...v3.0.0) \================== ##### Features - Make `language: golang` bootstrap `go` if not present. - [#&#8203;2651](https://togithub.com/pre-commit/pre-commit/issues/2651) PR by [@&#8203;taoufik07](https://togithub.com/taoufik07). - [#&#8203;2649](https://togithub.com/pre-commit/pre-commit/issues/2649) issue by [@&#8203;taoufik07](https://togithub.com/taoufik07). - `language: coursier` now supports `additional_dependencies` and `repo: local` - [#&#8203;2702](https://togithub.com/pre-commit/pre-commit/issues/2702) PR by [@&#8203;asottile](https://togithub.com/asottile). - Upgrade `ruby-build` to `20221225`. - [#&#8203;2718](https://togithub.com/pre-commit/pre-commit/issues/2718) PR by [@&#8203;jalessio](https://togithub.com/jalessio). ##### Fixes - Improve error message for invalid yaml for `pre-commit autoupdate`. - [#&#8203;2686](https://togithub.com/pre-commit/pre-commit/issues/2686) PR by [@&#8203;asottile](https://togithub.com/asottile). - [#&#8203;2685](https://togithub.com/pre-commit/pre-commit/issues/2685) issue by [@&#8203;CarstenGrohmann](https://togithub.com/CarstenGrohmann). - `repo: local` no longer provisions an empty `git` repo. - [#&#8203;2699](https://togithub.com/pre-commit/pre-commit/issues/2699) PR by [@&#8203;asottile](https://togithub.com/asottile). ##### Updating - Drop support for python<3.8 - [#&#8203;2655](https://togithub.com/pre-commit/pre-commit/issues/2655) PR by [@&#8203;asottile](https://togithub.com/asottile). - Drop support for top-level list, use `pre-commit migrate-config` to update. - [#&#8203;2656](https://togithub.com/pre-commit/pre-commit/issues/2656) PR by [@&#8203;asottile](https://togithub.com/asottile). - Drop support for `sha` to specify revision, use `pre-commit migrate-config` to update. - [#&#8203;2657](https://togithub.com/pre-commit/pre-commit/issues/2657) PR by [@&#8203;asottile](https://togithub.com/asottile). - Remove `pre-commit-validate-config` and `pre-commit-validate-manifest`, use `pre-commit validate-config` and `pre-commit validate-manifest` instead. - [#&#8203;2658](https://togithub.com/pre-commit/pre-commit/issues/2658) PR by [@&#8203;asottile](https://togithub.com/asottile). - `language: golang` hooks must use `go.mod` to specify dependencies - [#&#8203;2672](https://togithub.com/pre-commit/pre-commit/issues/2672) PR by [@&#8203;taoufik07](https://togithub.com/taoufik07). </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/probberechts/soccerdata). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:57:24 +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#319
No description provided.