llama-stack/llama_stack/scripts
Sébastien Han 6fa257b475
chore(lint): update Ruff ignores for project conventions and maintainability (#1184)
- Added new ignores from flake8-bugbear (`B007`, `B008`)
- Ignored `C901` (high function complexity) for now, pending review
- Maintained PyTorch conventions (`N812`, `N817`)
- Allowed `E731` (lambda assignments) for flexibility
- Consolidated existing ignores (`E402`, `E501`, `F405`, `C408`, `N812`)
- Documented rationale for each ignored rule

This keeps our linting aligned with project needs while tracking
potential fixes.

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

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-02-28 09:36:49 -08:00
..
__init__.py Add a test runner and 2 very simple tests for agents 2024-09-19 12:22:48 -07:00
distro_codegen.py chore(lint): update Ruff ignores for project conventions and maintainability (#1184) 2025-02-28 09:36:49 -08:00
generate_prompt_format.py chore: move all Llama Stack types from llama-models to llama-stack (#1098) 2025-02-14 09:10:59 -08:00
install_packages.sh Use uv pip install instead of pip install (#921) 2025-01-31 22:29:41 -08:00
run_client_sdk_tests.py ci: add mypy for static type checking (#1101) 2025-02-21 13:15:40 -08:00
run_tests.sh Add a test for CLI, but not fully done so disabled 2024-09-19 13:27:07 -07:00
test_rag_via_curl.py Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00