File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff 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
3740default_language_version :
3841 python : python3
You can’t perform that action at this time.
0 commit comments