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
I may have a use-case for arbitrarily tagging a stub as partial later with pywin32 (as in in many months from now). But for now autodetection on ignore_missing_stub = true would be enough for incomplete stubs.
The text was updated successfully, but these errors were encountered:
I think this is not working as expected.
The latest version of types-psycopg2on PyPI is currently marked as partial but neither the wheel nor the sdist contain the py.typed marker file!
Incomplete stubs (
ignore_missing_stub = true
) should probably havepartial\n
in apy.typed
marker. Ref: https://peps.python.org/pep-0561/#partial-stub-packagesI may have a use-case for arbitrarily tagging a stub as partial later with pywin32 (as in in many months from now). But for now autodetection on
ignore_missing_stub = true
would be enough for incomplete stubs.The text was updated successfully, but these errors were encountered: