release(ollama): 0.3.7 (#32651)

This commit is contained in:
Mason Daugherty
2025-08-22 15:18:40 -04:00
committed by GitHub
parent af3b88f58d
commit 7851f66503
3 changed files with 100 additions and 101 deletions

View File

@@ -52,12 +52,6 @@ format format_diff:
[ "$(PYTHON_FILES)" = "" ] || uv run --all-groups ruff format $(PYTHON_FILES)
[ "$(PYTHON_FILES)" = "" ] || uv run --all-groups ruff check --fix $(PYTHON_FILES)
spell_check:
uv run --all-groups codespell --toml pyproject.toml
spell_fix:
uv run --all-groups codespell --toml pyproject.toml -w
check_imports: $(shell find langchain_ollama -name '*.py')
uv run --all-groups python ./scripts/check_imports.py $^