Skip to content

Commit

Permalink
add RAPIDS copyright pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 3, 2024
1 parent beab71a commit 530087e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ repos:
hooks:
- id: ruff
files: python/.*$
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.0.3
hooks:
- id: verify-copyright

default_language_version:
python: python3
4 changes: 2 additions & 2 deletions python/librmm/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# =============================================================================
# Copyright (c) 2022, NVIDIA CORPORATION.
# Copyright (c) 2024, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
Expand All @@ -21,7 +21,7 @@ project(
VERSION "${RAPIDS_VERSION}"
LANGUAGES CXX)

# Check if rmm is already available. If so, it is the user's responsibility to ensure that the CMake
# Check if rmm is already available. If so, it's the user's responsibility to ensure that the CMake
# package is also available at build time of the Python rmm package.
find_package(rmm "${RAPIDS_VERSION}")

Expand Down

0 comments on commit 530087e

Please sign in to comment.