Skip to content

Commit 4cd1b51

Browse files
committed
Test
1 parent 0fd5322 commit 4cd1b51

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,25 @@ repos:
1717
args: ['-fallback-style=none', '-style=file', '-i']
1818
- repo: local
1919
hooks:
20-
- id: doxygen-check
21-
name: doxygen-check
20+
- id: check-doxygen
21+
name: check-doxygen
2222
entry: ./ci/pre-commit/doxygen.sh
2323
files: ^include/
2424
types_or: [file]
2525
language: system
2626
pass_filenames: false
2727
verbose: true
28-
- id: godbolt-link
29-
name: godbolt-link
30-
entry: ./ci/check_godbolt.py
28+
- id: check-example-links
29+
name: check-example-links
30+
entry: ./ci/check_example_links.py
3131
files: ^examples/
32-
types_or: [file]
33-
language: system
32+
types: [cuda]
33+
language: python
3434
pass_filenames: false
3535
verbose: true
36+
additional_dependencies:
37+
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
38+
- gitpython
3639

3740
default_language_version:
3841
python: python3

0 commit comments

Comments
 (0)