From 8bd1b4ad0f0a1ea4850dacf426a240e07d1e4686 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Fri, 26 Jan 2024 14:21:56 -0500 Subject: [PATCH] Remove verify-copyright-batch, change name --- .pre-commit-hooks.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5ed91c6..566452c 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -19,7 +19,7 @@ types: [shell] args: [--fix] - id: verify-copyright - name: copyright headers + name: verify-copyright description: make sure copyright headers are up to date entry: verify-copyright language: python @@ -32,17 +32,3 @@ pyproject[.]toml$| setup[.]cfg$ args: [--fix] -- id: verify-copyright-batch - name: copyright headers - description: make sure copyright headers are up to date in Git history - entry: verify-copyright - language: python - files: | - (?x) - [.](cmake|cpp|cu|cuh|h|hpp|sh|pxd|py|pyx)$| - CMakeLists[.]txt$| - CMakeLists_standalone[.]txt$| - meta[.]yaml$| - pyproject[.]toml$| - setup[.]cfg$ - args: [--batch, --fix]