Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ dev = [
"papermill>=2.6.0",
"nbformat>=5.10.0",
"ipykernel>=6.29.0",
"ty==0.0.80",
]
# for mkdocs
docs = [
Expand Down Expand Up @@ -266,5 +267,17 @@ disallow_untyped_defs = true
implicit_reexport = false
ignore_missing_imports = true

[tool.ty.src]
exclude = ["vendor/"]

[tool.ty.environment]
# The vendored Hive Metastore client is packaged from vendor/, so it must stay importable
extra-paths = ["vendor"]

[tool.ty.analysis]
# pyiceberg_core.datafusion is registered at runtime by its compiled extension; griffe and
# mkdocs_gen_files are only installed with the docs dependency group
allowed-unresolved-imports = ["pyiceberg_core.datafusion", "griffe", "mkdocs_gen_files"]

[tool.coverage.run]
source = ['pyiceberg/']
95 changes: 61 additions & 34 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading