From 8c793fef54ed31ac916cef080786517a5a0c9bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:54:43 +0000 Subject: [PATCH 1/4] Update pre-commit requirement from <4,>=2.18.1 to >=2.18.1,<5 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.18.1...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee4dfa905..165816d6b 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ 'pyarrow>14.0.0', 'docformatter>=1.4', 'jupyter==1.1.1', - 'pre-commit>=2.18.1,<4', + 'pre-commit>=2.18.1,<5', 'pytest==8.3.3', 'pytest_codeblocks==0.17.0', 'pytest-cov>=4,<6', From 32b2e510366ac9d85795b4ecbbc9b5be7533a9e5 Mon Sep 17 00:00:00 2001 From: Saaketh Date: Tue, 8 Oct 2024 09:02:51 -0400 Subject: [PATCH 2/4] yo --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db0aac06f..b50f03bea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,6 +84,7 @@ repos: - id: docformatter args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99] exclude: "(tests)" + language: python - repo: https://github.com/adrienverge/yamllint.git rev: v1.28.0 hooks: From 9704708c385b8595b97b9a9b9ee058eb2d41befd Mon Sep 17 00:00:00 2001 From: Saaketh Date: Tue, 8 Oct 2024 09:09:05 -0400 Subject: [PATCH 3/4] yo --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b50f03bea..5ede0ea83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -85,6 +85,10 @@ repos: args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99] exclude: "(tests)" language: python + - id: docformatter-venv + args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99] + exclude: "(tests)" + language: python - repo: https://github.com/adrienverge/yamllint.git rev: v1.28.0 hooks: From 5d2e8ec39851e88e7b7806496fed39c3dc35021b Mon Sep 17 00:00:00 2001 From: Saaketh Date: Tue, 8 Oct 2024 09:13:29 -0400 Subject: [PATCH 4/4] yo --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ede0ea83..db0aac06f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,11 +84,6 @@ repos: - id: docformatter args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99] exclude: "(tests)" - language: python - - id: docformatter-venv - args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99] - exclude: "(tests)" - language: python - repo: https://github.com/adrienverge/yamllint.git rev: v1.28.0 hooks: