mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
ruff things
This commit is contained in:
parent
52d54f0218
commit
0bb28b8588
2 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ repos:
|
||||||
rev: v0.9.4
|
rev: v0.9.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
|
exclude: ^llama_stack/strong_typing/.*$
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
|
|
||||||
- repo: https://github.com/adamchainz/blacken-docs
|
- repo: https://github.com/adamchainz/blacken-docs
|
||||||
|
|
|
@ -188,7 +188,7 @@ class PromptTemplateTests(unittest.TestCase):
|
||||||
user_system_prompt = textwrap.dedent(
|
user_system_prompt = textwrap.dedent(
|
||||||
"""
|
"""
|
||||||
Overriding message.
|
Overriding message.
|
||||||
|
|
||||||
{{ function_description }}
|
{{ function_description }}
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue