Skip to content

Commit 4479294

Browse files
committed
Add $|cuda_bindings/docs/source/module/.*\.rst?$ to gen_exclude
1 parent 8001d51 commit 4479294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ci:
1212
skip: [bandit]
1313
submodules: false
1414

15-
gen_exclude: &gen_exclude '^cuda_bindings/cuda/bindings/.*\.in?$'
15+
gen_exclude: &gen_exclude '^cuda_bindings/cuda/bindings/.*\.in?$|cuda_bindings/docs/source/module/.*\.rst?$'
1616

1717
# Please update the rev: SHAs below with this command:
1818
# pre-commit autoupdate --freeze

0 commit comments

Comments
 (0)