mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 01:48:05 +00:00
fix: remove redundant exclusion
Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
e1043c3bc8
commit
c7747d3405
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ repos:
|
|||
hooks:
|
||||
- id: ruff
|
||||
args: [ --fix ]
|
||||
exclude: ^(src/llama_stack/strong_typing/.*|src/llama_stack_api/strong_typing/.*)$
|
||||
exclude: ^(src/llama_stack_api/strong_typing/.*)$
|
||||
- id: ruff-format
|
||||
|
||||
- repo: https://github.com/adamchainz/blacken-docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue