Skip to content

Commit 9ea6b7e

Browse files
renato2099Renato Marroquin
and
Renato Marroquin
authored
feat(python): add files lance/schema.py, lance/file.py, lance/util.py for pyright typecheck (#3454)
This just adds the lance/schema.py, lance/file.py, lance/util.py files such that they can be checked with pyright. Fixes [#329](#3294) Co-authored-by: Renato Marroquin <renato.marroquin@oracle.com>
1 parent 4a0fb90 commit 9ea6b7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ include = [
7777
"python/lance/debug.py",
7878
"python/lance/tracing.py",
7979
"python/lance/dependencies.py",
80+
"python/lance/schema.py",
81+
"python/lance/file.py",
82+
"python/lance/util.py",
8083
]
8184
# Dependencies like pyarrow make this difficult to enforce strictly.
8285
reportMissingTypeStubs = "warning"

0 commit comments

Comments
 (0)