diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 54a03efe7a1..7e1be96f57e 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,7 +4,7 @@ name: black description: "Black: The uncompromising Python code formatter" entry: black - stages: [pre-commit, pre-merge-commit, pre-push, manual] + stages: [commit, merge-commit, push, manual] language: python minimum_pre_commit_version: 2.9.2 require_serial: true @@ -14,7 +14,7 @@ description: "Black: The uncompromising Python code formatter (with Jupyter Notebook support)" entry: black - stages: [pre-commit, pre-merge-commit, pre-push, manual] + stages: [commit, merge-commit, push, manual] language: python minimum_pre_commit_version: 2.9.2 require_serial: true diff --git a/CHANGES.md b/CHANGES.md index 9446927b8d1..3657c8a0488 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -40,7 +40,7 @@ ### Integrations - +- Fix support for pre-commit versions < 3.2.0 (#4041) ### Documentation