-
- Downloads
feat: add ruff (#235)
* fix: formatting * fix: ruff --fix * feat: add ruff to github action * fix: remove E402 check for some files
Showing
- .github/workflows/lint_on_push_or_pull.yml 10 additions, 0 deletions.github/workflows/lint_on_push_or_pull.yml
- templates/components/engines/python/agent/tools/__init__.py 0 additions, 3 deletionstemplates/components/engines/python/agent/tools/__init__.py
- templates/components/engines/python/agent/tools/interpreter.py 1 addition, 2 deletions...ates/components/engines/python/agent/tools/interpreter.py
- templates/components/loaders/python/db.py 1 addition, 3 deletionstemplates/components/loaders/python/db.py
- templates/components/loaders/python/web.py 0 additions, 2 deletionstemplates/components/loaders/python/web.py
- templates/components/settings/python/llmhub.py 5 additions, 2 deletionstemplates/components/settings/python/llmhub.py
- templates/components/vectordbs/python/llamacloud/generate.py 1 addition, 0 deletionstemplates/components/vectordbs/python/llamacloud/generate.py
- templates/components/vectordbs/python/none/generate.py 1 addition, 0 deletionstemplates/components/vectordbs/python/none/generate.py
- templates/components/vectordbs/python/weaviate/vectordb.py 2 additions, 0 deletionstemplates/components/vectordbs/python/weaviate/vectordb.py
- templates/types/extractor/fastapi/main.py 1 addition, 0 deletionstemplates/types/extractor/fastapi/main.py
- templates/types/multiagent/fastapi/app/utils.py 1 addition, 1 deletiontemplates/types/multiagent/fastapi/app/utils.py
- templates/types/multiagent/fastapi/main.py 1 addition, 0 deletionstemplates/types/multiagent/fastapi/main.py
- templates/types/streaming/fastapi/app/api/routers/models.py 1 addition, 1 deletiontemplates/types/streaming/fastapi/app/api/routers/models.py
- templates/types/streaming/fastapi/app/api/routers/upload.py 3 additions, 1 deletiontemplates/types/streaming/fastapi/app/api/routers/upload.py
- templates/types/streaming/fastapi/app/api/services/file.py 1 addition, 3 deletionstemplates/types/streaming/fastapi/app/api/services/file.py
- templates/types/streaming/fastapi/app/api/services/suggestion.py 0 additions, 1 deletion...es/types/streaming/fastapi/app/api/services/suggestion.py
- templates/types/streaming/fastapi/app/engine/generate.py 1 addition, 1 deletiontemplates/types/streaming/fastapi/app/engine/generate.py
- templates/types/streaming/fastapi/main.py 1 addition, 0 deletionstemplates/types/streaming/fastapi/main.py
Loading
Please register or sign in to comment