[PR #189] [MERGED] lint: run linter #218

Closed
opened 2026-02-16 05:17:00 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: eugene/lint_it_all


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langchain-postgres/pull/189 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/7/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/lint_it_all` --- ### 📝 Commits (3) - [`8617471`](https://github.com/langchain-ai/langchain-postgres/commit/86174716d8bdace32b33e62d74efa0e4f6f1a18f) lint it all - [`9e4989c`](https://github.com/langchain-ai/langchain-postgres/commit/9e4989cdefb8cb93a36ca87ce14f64735c7081e2) run linter - [`959d4dd`](https://github.com/langchain-ai/langchain-postgres/commit/959d4dd012e8d28a2ce7d477d76384171deaa4ae) x ### 📊 Changes **10 files changed** (+195 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description linter is probably disabled on CI -- we'll need to do a bunch of line wraps later on --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 05:17:00 -05:00
yindo closed this issue 2026-02-16 05:17:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#218