Skip to content

Commit 69f013b

Browse files
codexByron
authored andcommitted
Address review comment about basedpyright extra paths
The review noted that the basedpyright extraPaths configuration referenced the nested smmap submodule path, which is absent in a default checkout. Basedpyright could therefore report a configuration warning before type checking begins. Remove the checkout-specific extraPaths entries and rely on the installed gitdb and smmap packages. This keeps the default basedpyright configuration usable without submodule initialization.
1 parent ccc8f2b commit 69f013b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ ignore_missing_imports = true
3636
[tool.basedpyright]
3737
typeCheckingMode = "standard"
3838
pythonVersion = "3.7"
39-
extraPaths = [
40-
"git/ext/gitdb",
41-
"git/ext/gitdb/gitdb/ext/smmap",
42-
]
4339
exclude = [
4440
"git/ext/gitdb",
4541
]

0 commit comments

Comments
 (0)