Skip to content

Commit

Permalink
ignore lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxi0830 committed Oct 3, 2024
1 parent c066564 commit 9d6d51f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ known-first-party = ["llama_stack_client", "tests"]
"bin/**.py" = ["T201", "T203"]
"scripts/**.py" = ["T201", "T203"]
"tests/**.py" = ["T201", "T203"]
"examples/**.py" = ["T201", "T203"]
"src/llama_stack_client/lib/**.py" = ["T201", "T203"]
"examples/**.py" = ["T201", "T203", "TCH004", "I", "B"]
"src/llama_stack_client/lib/**.py" = ["T201", "T203", "TCH004", "I", "B"]

[project.scripts]
llama-stack-client = "llama_stack_client.lib.cli.llama_stack_client:main"

0 comments on commit 9d6d51f

Please sign in to comment.