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
#74 introduced python stub files which are currently manually generated.
We should adopt some way of automatically generating those stub files either through the pyproject.toml or through the Github-CI, and somehow include them from the pyproject.toml instead of using a shell script
I have experienced some issues with mypy stubgen, where some classes are not typed correctly. Therefore I have added the current stub files which I edited manually.
Would be interesting to see if pybind11-stubgen does a better job.
#74 introduced python stub files which are currently manually generated.
We should adopt some way of automatically generating those stub files either through the
pyproject.toml
or through the Github-CI, and somehow include them from thepyproject.toml
instead of using a shell scriptSome references:
The text was updated successfully, but these errors were encountered: