forked from phoenix-oss/llama-stack-mirror
chore: enable ruff for ./scripts too (#1643)
# What does this PR do? Enable ruff for scripts. [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan [Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.*] [//]: # (## Documentation) Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
parent
706b4ca651
commit
814eb75321
2 changed files with 3 additions and 6 deletions
|
@ -114,7 +114,6 @@ exclude = [
|
|||
"./.git",
|
||||
"./docs/*",
|
||||
"./build",
|
||||
"./scripts",
|
||||
"./venv",
|
||||
"*.pyi",
|
||||
".pre-commit-config.yaml",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue