You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, in general, I see from #1095 that full type support has been added to GitPython two years ago - and some detail of this very PathLike issue seems to have been addressed in #1473 about 13 months ago.
AFAICT, I use the latest versions for anything involved:
Why am I still seeing these pyright issues ?
Do I need to do anything special to get GitPython type support ?
Could there anything wrong with my setup ?
(Using the same setup (e.g. pyright conf) as in 10+ similar projects with no problems, but you never know...)
Really puzzled here and would be really grateful for any advice.
Thank you very much.
The text was updated successfully, but these errors were encountered:
With sample code like
I see VS Code / pylance / pyright messages like these (shortened for better readability):
both of which seem to be caused by the type of
PathLike
to be unknown.However,
PathLike
clearly is properly defined atGitPython/git/types.py
Line 46 in 1c8310d
Also, in general, I see from #1095 that full type support has been added to GitPython two years ago - and some detail of this very
PathLike
issue seems to have been addressed in #1473 about 13 months ago.AFAICT, I use the latest versions for anything involved:
Why am I still seeing these pyright issues ?
Do I need to do anything special to get GitPython type support ?
Could there anything wrong with my setup ?
(Using the same setup (e.g. pyright conf) as in 10+ similar projects with no problems, but you never know...)
Really puzzled here and would be really grateful for any advice.
Thank you very much.
The text was updated successfully, but these errors were encountered: