sizmailov / pybind11-stubgen

Generate stubs for python modules
Other
232 stars 47 forks source link

mypy std_array/__init__.pyi fails #103

Closed cielavenir closed 1 year ago

cielavenir commented 1 year ago
$ mypy stubs/expected/cpp_library_bindings/_core/std_array/__init__.pyi
stubs/expected/cpp_library_bindings/_core/std_array/__init__.pyi:7: error: Skipping analyzing "pybind11_stubgen.typing_ext": module is installed, but missing library stubs or py.typed marker
stubs/expected/cpp_library_bindings/_core/std_array/__init__.pyi:7: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
stubs/expected/cpp_library_bindings/_core/std_array/__init__.pyi:7: error: Skipping analyzing "pybind11_stubgen": module is installed, but missing library stubs or py.typed marker
Found 2 errors in 1 file (checked 1 source file)
cielavenir commented 1 year ago

will be fixed by https://github.com/sizmailov/pybind11-stubgen/pull/102