fix: remove redundant exclusion

Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
Charlie Doern 2025-11-13 16:25:55 -05:00
parent e1043c3bc8
commit c7747d3405

View file

@ -42,7 +42,7 @@ repos:
hooks: hooks:
- id: ruff - id: ruff
args: [ --fix ] args: [ --fix ]
exclude: ^(src/llama_stack/strong_typing/.*|src/llama_stack_api/strong_typing/.*)$ exclude: ^(src/llama_stack_api/strong_typing/.*)$
- id: ruff-format - id: ruff-format
- repo: https://github.com/adamchainz/blacken-docs - repo: https://github.com/adamchainz/blacken-docs