diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3595accf5..9b8b9a8df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,6 +30,7 @@ repos: rev: v0.9.4 hooks: - id: ruff + exclude: ^llama_stack/strong_typing/.*$ - id: ruff-format - repo: https://github.com/adamchainz/blacken-docs diff --git a/llama_stack/models/llama/llama3/test_system_prompts.py b/llama_stack/models/llama/llama3/test_system_prompts.py index 40fd93891..b47b1ff2d 100644 --- a/llama_stack/models/llama/llama3/test_system_prompts.py +++ b/llama_stack/models/llama/llama3/test_system_prompts.py @@ -188,7 +188,7 @@ class PromptTemplateTests(unittest.TestCase): user_system_prompt = textwrap.dedent( """ Overriding message. - + {{ function_description }} """ )