From 08e5125df0197df81d0426cbe855ce51087cb8d8 Mon Sep 17 00:00:00 2001 From: Dea Leon Date: Fri, 14 Apr 2023 12:11:16 +0200 Subject: [PATCH 1/2] Changed pre-commit msg --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de36bf2d441c5..817a71ab61342 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -422,7 +422,7 @@ repos: files: ^pandas/tests language: python - id: sort-whatsnew-items - name: sort whatsnew entries by issue number + name: sort whatsnew entries by alphabetically entry: python -m scripts.sort_whatsnew_note types: [rst] language: python From a11acbe98e7a94fac4aae4ed417a54edc4c3e90f Mon Sep 17 00:00:00 2001 From: Dea Leon Date: Fri, 14 Apr 2023 12:13:07 +0200 Subject: [PATCH 2/2] Changed pre-commit msg - again --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 817a71ab61342..43b3699907325 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -422,7 +422,7 @@ repos: files: ^pandas/tests language: python - id: sort-whatsnew-items - name: sort whatsnew entries by alphabetically + name: sort whatsnew entries alphabetically entry: python -m scripts.sort_whatsnew_note types: [rst] language: python