llama-stack/llama_stack/distribution
Sébastien Han e4a1579e63
build: format codebase imports using ruff linter (#1028)
# What does this PR do?

- Configured ruff linter to automatically fix import sorting issues.
- Set --exit-non-zero-on-fix to ensure non-zero exit code when fixes are
applied.
- Enabled the 'I' selection to focus on import-related linting rules.
- Ran the linter, and formatted all codebase imports accordingly.
- Removed the black dep from the "dev" group since we use ruff

Signed-off-by: Sébastien Han <seb@redhat.com>

[//]: # (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)
[//]: # (- [ ] Added a Changelog entry if the change is significant)

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-02-13 10:06:21 -08:00
..
routers build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
server build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
store build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
ui build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
utils build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
build.py build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
build_conda_env.sh feat: Add a new template for dell (#978) 2025-02-06 14:14:39 -08:00
build_container.sh Fix uv pip install timeout issue for PyTorch (#929) 2025-02-03 06:39:35 -08:00
build_venv.sh feat: Add a new template for dell (#978) 2025-02-06 14:14:39 -08:00
client.py build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
common.sh API Updates (#73) 2024-09-17 19:51:35 -07:00
configure.py build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
configure_container.sh More generic image type for OCI-compliant container technologies (#802) 2025-01-17 16:37:42 -08:00
datatypes.py feat: Add HTTPS serving option (#1000) 2025-02-07 09:39:08 -08:00
distribution.py Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00
inspect.py fix: improve signal handling and update dependencies (#1044) 2025-02-13 08:07:59 -08:00
library_client.py build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
request_headers.py Add X-LlamaStack-Client-Version, rename ProviderData -> Provider-Data (#735) 2025-01-09 11:51:36 -08:00
resolver.py Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00
stack.py Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00
start_conda_env.sh feat: Add HTTPS serving option (#1000) 2025-02-07 09:39:08 -08:00
start_container.sh feat: Add HTTPS serving option (#1000) 2025-02-07 09:39:08 -08:00
start_venv.sh feat: add support for running in a venv (#1018) 2025-02-12 11:13:04 -05:00