Skip to content

Commit

Permalink
Merge branch 'main' into cuda-12-5
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jun 3, 2024
2 parents 7c4ddee + 9c4c2e8 commit c7e69f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ repos:
hooks:
- id: clang-format
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.4.6
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.0.3
rev: v0.1.0
hooks:
- id: verify-copyright
args: [--fix, --main-branch=main]
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2023-2024, NVIDIA CORPORATION.

cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR)

project(
Expand Down
2 changes: 1 addition & 1 deletion pynvjitlink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from pynvjitlink.api import NvJitLinker, NvJitLinkError
from pynvjitlink._version import __version__

__all__ = [NvJitLinker, NvJitLinkError, __version__]
__all__ = ["NvJitLinker", "NvJitLinkError", "__version__"]

0 comments on commit c7e69f9

Please sign in to comment.