Skip to content

Commit

Permalink
Fix pre-commit.ci failures (#17819)
Browse files Browse the repository at this point in the history
## 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 <[email protected]>
  • Loading branch information
bdice and vyasr authored Jan 27, 2025
1 parent 3336f01 commit 03e1f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 03e1f64

Please sign in to comment.