File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed
Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ build-backend = "hatchling.build"
2323dev = [" basedpyright" , " pytest" , " ruff" ]
2424polars = [" 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 ]
Original file line number Diff line number Diff 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 ]
3329main = " datastream.main:main"
3430
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ preview = true
4444convention = " google"
4545
4646[tool .basedpyright ]
47- pythonVersion = " 3.13"
48- venvPath = " ."
49- venv = " .venv"
5047inlayHints.parameterNames = false
5148inlayHints.callArgumentNames = false
5249inlayHints.genericTypes = false
You can’t perform that action at this time.
0 commit comments