Skip to content

Commit

Permalink
Remove verify-copyright-batch, change name
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Jan 26, 2024
1 parent 2011a2b commit 8bd1b4a
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]

0 comments on commit 8bd1b4a

Please sign in to comment.