Skip to content

Commit

Permalink
Add verify-copyright script to pre-commit hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 23, 2024
1 parent 0a321ec commit 8c71240
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Copyright (c) 2019-2024, NVIDIA CORPORATION.

repos:
- repo: https://github.com/PyCQA/isort
Expand Down Expand Up @@ -47,6 +47,10 @@ repos:
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]
- repo: https://github.com/KyleFromNVIDIA/pre-commit-hooks
rev: cf900c4b9657f8f00fbd29832191f71880673525
hooks:
- id: verify-copyright

default_language_version:
python: python3

0 comments on commit 8c71240

Please sign in to comment.