diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4349def6c..fc6874636 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,22 +17,25 @@ repos: args: ['-fallback-style=none', '-style=file', '-i'] - repo: local hooks: - - id: doxygen-check - name: doxygen-check + - id: check-doxygen + name: check-doxygen entry: ./ci/pre-commit/doxygen.sh files: ^include/ types_or: [file] language: system pass_filenames: false verbose: true - - id: godbolt-link - name: godbolt-link - entry: ./ci/check_godbolt.py + - id: check-example-links + name: check-example-links + entry: ./ci/check_example_links.py files: ^examples/ - types_or: [file] - language: system + types: [cuda] + language: python pass_filenames: false verbose: true + additional_dependencies: + - --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple + - gitpython default_language_version: python: python3