Skip to content

Commit

Permalink
Enable pre-commit.ci (rapidsai#17795)
Browse files Browse the repository at this point in the history
This PR adds configuration for pre-commit.ci.

See rapidsai/build-planning#124 for the
motivation.
  • Loading branch information
bdice authored Jan 23, 2025
1 parent ec2ae37 commit ffc5193
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Copyright (c) 2019-2024, NVIDIA CORPORATION.
# Copyright (c) 2019-2025, NVIDIA CORPORATION.

ci:
autofix_commit_msg: "[pre-commit.ci] auto code formatting"
autofix_prs: false
autoupdate_branch: ""
autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate"
autoupdate_schedule: quarterly
skip: ["verify-alpha-spec"]
submodules: false

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit ffc5193

Please sign in to comment.