From 03e1f64a3678b8b24c0390a781ca99d8c2234c97 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 27 Jan 2025 10:38:22 -0600 Subject: [PATCH] Fix pre-commit.ci failures (#17819) ## Description This PR fixes `pre-commit.ci` failures. ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [x] New or existing tests cover these changes. - [x] The documentation is up to date with these changes. Co-authored-by: Vyas Ramasubramani --- .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 052c6cc2cb9..965b667605c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: autoupdate_branch: "" autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate" autoupdate_schedule: quarterly - skip: ["verify-alpha-spec"] + skip: ["verify-alpha-spec", "nbqa-isort"] submodules: false repos: