From f4c0c185b0dbf4b11906220cdaf2923b437b0e8f Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Tue, 27 Aug 2024 12:37:21 -0400 Subject: [PATCH] Update rapidsai/pre-commit-hooks (#52) This PR updates rapidsai/pre-commit-hooks to the version 0.4.0. --- .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 05761e8..ae3a61d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: ["--fix"] - id: ruff-format - repo: https://github.com/rapidsai/pre-commit-hooks - rev: v0.3.1 + rev: v0.4.0 hooks: - id: verify-copyright args: [--fix, --main-branch=main]