Skip to content

Commit 0f920e0

Browse files
committed
Update Pre-Commit Configuration
This change adds an exclusion for Deployment/Kubernetes/TensorRT-LLM_Multi-Node_Distributed_Models/ to the pre-commit-config.
1 parent d459ddd commit 0f920e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repos:
6565
- id: check-json
6666
- id: check-toml
6767
- id: check-yaml
68-
exclude: ^Deployment/Kubernetes/TensorRT-LLM_Autoscaling_and_Load_Balancing/chart/templates/.+$
68+
exclude: ^Deployment/Kubernetes/[^/]+/chart/templates/.+$
6969
- id: check-shebang-scripts-are-executable
7070
- id: end-of-file-fixer
7171
types_or: [c, c++, cuda, proto, textproto, java, python]

0 commit comments

Comments
 (0)