Skip to content

Commit 8490e01

Browse files
sqlengine
1 parent 0d6fc2b commit 8490e01

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

libs/unity_catalog/pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ build-backend = "hatchling.build"
2323
dev = ["basedpyright", "pytest", "ruff"]
2424
polars = ["polars>=1.31.0"]
2525

26-
[tool.basedpyright]
27-
venvPath = "../../"
28-
venv = ".venv"
29-
pythonVersion = "3.13"
3026
[tool.uv.sources]
3127

3228
[tool.hatch.metadata]

packages/datastream/pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ dev-dependencies = [
2525
"uv-dynamic-versioning>=0.8.2",
2626
]
2727

28-
[tool.basedpyright]
29-
venvPath = "../../"
30-
venv = ".venv"
31-
pythonVersion = "3.11"
3228
[project.entry-points.packages]
3329
main = "datastream.main:main"
3430

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ preview = true
4444
convention = "google"
4545

4646
[tool.basedpyright]
47-
pythonVersion = "3.13"
48-
venvPath = "."
49-
venv = ".venv"
5047
inlayHints.parameterNames = false
5148
inlayHints.callArgumentNames = false
5249
inlayHints.genericTypes = false

0 commit comments

Comments
 (0)