Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack committed Oct 18, 2024
2 parents c6b22c2 + dafcf45 commit c7bda7a
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 17 deletions.
15 changes: 13 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +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: check-example-links
name: check-example-links
entry: ./ci/pre-commit/example_links.py
files: ^examples/
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
Loading

0 comments on commit c7bda7a

Please sign in to comment.