From 6372c5a876a437e44b032571ab84006ea689b94d Mon Sep 17 00:00:00 2001 From: David Culley <6276049+davidculley@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:03:56 +0100 Subject: [PATCH 1/3] fix(pre-commit): raise minimum_pre_commit_version (#4065) --- .pre-commit-hooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 54a03efe7a1..d2a34f924af 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -6,7 +6,7 @@ entry: black stages: [pre-commit, pre-merge-commit, pre-push, manual] language: python - minimum_pre_commit_version: 2.9.2 + minimum_pre_commit_version: 3.2.0 require_serial: true types_or: [python, pyi] - id: black-jupyter @@ -16,7 +16,7 @@ entry: black stages: [pre-commit, pre-merge-commit, pre-push, manual] language: python - minimum_pre_commit_version: 2.9.2 + minimum_pre_commit_version: 3.2.0 require_serial: true types_or: [python, pyi, jupyter] additional_dependencies: [".[jupyter]"] From c77b3a8b34f280a0698d09a70e5299cebfe8fc6b Mon Sep 17 00:00:00 2001 From: David Culley <6276049+davidculley@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:21:14 +0000 Subject: [PATCH 2/3] chore: add entry to CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 18bab5131e6..9a507830210 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -49,6 +49,7 @@ - Enable 3.12 CI (#4035) - Build docker images in parallel (#4054) - Build docker images with 3.12 (#4055) +- Raise the `minimum_pre_commit_version` for the changes to Black's pre-commit integration introduced in 23.11.0 (#4067) ### Documentation From c8a4cdbff2ab848a937e6d7ce1d9005157c9aabb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:22:09 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9a507830210..c5b4a3ef074 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -49,7 +49,8 @@ - Enable 3.12 CI (#4035) - Build docker images in parallel (#4054) - Build docker images with 3.12 (#4055) -- Raise the `minimum_pre_commit_version` for the changes to Black's pre-commit integration introduced in 23.11.0 (#4067) +- Raise the `minimum_pre_commit_version` for the changes to Black's pre-commit + integration introduced in 23.11.0 (#4067) ### Documentation