Fixing PB with default member backends/client

This commit is contained in:
Nicolas Patry 2024-07-30 18:45:17 +02:00
parent dc2feb4e6f
commit 5c81a1713c
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674
2 changed files with 2 additions and 1 deletions

View File

@ -13,8 +13,8 @@ repos:
- repo: https://github.com/doublify/pre-commit-rust - repo: https://github.com/doublify/pre-commit-rust
rev: v1.0 rev: v1.0
hooks: hooks:
- id: fmt
- id: cargo-check - id: cargo-check
- id: fmt
- id: clippy - id: clippy
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0 rev: v0.3.0

View File

@ -12,6 +12,7 @@ default-members = [
"backends/v3", "backends/v3",
"backends/grpc-metadata", "backends/grpc-metadata",
# "backends/trtllm", # "backends/trtllm",
"backends/client",
"launcher" "launcher"
] ]
resolver = "2" resolver = "2"