chore: improve create_table API consistency between local and remote SDK (#627)

This commit is contained in:
Lei Xu
2023-11-03 13:15:11 -07:00
committed by Weston Pace
parent 20ab85171b
commit 86efd36689
11 changed files with 95 additions and 37 deletions

View File

@@ -11,7 +11,8 @@ dependencies = [
"pydantic>=1.10",
"attrs>=21.3.0",
"semver>=3.0",
"cachetools"
"cachetools",
"overrides>=0.7"
]
description = "lancedb"
authors = [{ name = "LanceDB Devs", email = "dev@lancedb.com" }]
@@ -58,6 +59,9 @@ build-backend = "setuptools.build_meta"
[tool.isort]
profile = "black"
[tool.ruff]
select = ["F", "E", "W", "I", "G", "TCH", "PERF"]
[tool.pytest.ini_options]
addopts = "--strict-markers"
markers = [