docs: expose merge_insert doc for remote python SDK (#1464)

`merge_insert` API is not shown up on
[`RemoteTable`](https://lancedb.github.io/lancedb/python/saas-python/#lancedb.remote.table.RemoteTable)
today

* Also bump `ruff` version as well
This commit is contained in:
Lei Xu
2024-07-22 10:48:16 -07:00
committed by GitHub
parent 69295548cc
commit c9c61eb060
4 changed files with 29 additions and 21 deletions

View File

@@ -33,11 +33,11 @@ jobs:
python-version: "3.11"
- name: Install ruff
run: |
pip install ruff==0.2.2
pip install ruff==0.5.4
- name: Format check
run: ruff format --check .
- name: Lint
run: ruff .
run: ruff check .
doctest:
name: "Doctest"
timeout-minutes: 30