We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c3ad5f + b347255 commit af22c81Copy full SHA for af22c81
.pre-commit-config.yaml
@@ -53,7 +53,7 @@ repos:
53
- id: check-yaml
54
- id: debug-statements
55
- id: end-of-file-fixer
56
- exclude: &gen_exclude '^(?:cuda_bindings/cuda/bindings/.*\.in?|cuda_bindings/docs/source/module/.*\.rst?)$'
+ exclude: &gen_exclude '^(?:cuda_python/README\.md|cuda_bindings/cuda/bindings/.*\.in?|cuda_bindings/docs/source/module/.*\.rst?)$'
57
- id: mixed-line-ending
58
- id: trailing-whitespace
59
exclude: *gen_exclude
0 commit comments