mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #189] [MERGED] lint: run linter #218
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchain-postgres/pull/189
Author: @eyurtsev
Created: 4/7/2025
Status: ✅ Merged
Merged: 4/7/2025
Merged by: @eyurtsev
Base:
main← Head:eugene/lint_it_all📝 Commits (3)
8617471lint it all9e4989crun linter959d4ddx📊 Changes
10 files changed (+195 additions, -44 deletions)
View changed files
📝
Makefile(+2 -1)📝
langchain_postgres/__init__.py(+1 -1)📝
langchain_postgres/utils/pgvector_migrator.py(+1 -1)📝
langchain_postgres/v2/async_vectorstore.py(+1 -2)📝
langchain_postgres/v2/engine.py(+1 -4)📝
langchain_postgres/vectorstores.py(+1 -1)📝
poetry.lock(+184 -29)📝
tests/unit_tests/v2/test_engine.py(+2 -3)📝
tests/unit_tests/v2/test_indexes.py(+1 -0)📝
tests/unit_tests/v2/test_pg_vectorstore_from_methods.py(+1 -2)📄 Description
linter is probably disabled on CI -- we'll need to do a bunch of line wraps later on
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.