Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Oct 16, 2024
1 parent 0fd5322 commit 4cd1b51
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4cd1b51

Please sign in to comment.