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]"] diff --git a/CHANGES.md b/CHANGES.md index 18bab5131e6..c5b4a3ef074 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -49,6 +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) ### Documentation