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
Due to the change of layout, mypy considers pandora to be
an external library so I added the `py.typed` [marker](https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports).
I had to change `meson.build` in order the file `py.typed` to be
included into the wheel so that when used as a library, pandora will be
declared typed.
Unfortunately, mypy and pylint still does not found pandora when
checking tests. This bug is referenced for [setuptools](python/mypy#13392), it could be the
same for meson-python but tagged as `wontfix`:
mesonbuild/meson-python#555
0 commit comments