ruff things

This commit is contained in:
Ashwin Bharambe 2025-02-14 09:10:05 -08:00
parent 52d54f0218
commit 0bb28b8588
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -188,7 +188,7 @@ class PromptTemplateTests(unittest.TestCase):
user_system_prompt = textwrap.dedent(
"""
Overriding message.
{{ function_description }}
"""
)