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
Are there any plans for this? This seems like a super useful feature. There are a lot of packages which have type annotations but forget\don't know about py.typed. Now I need to create a pr to each of those packages, but this is not actually necessary as they already have type annotations, there is only py.typed missing.
This feature doesn't seem complex but can be very useful
If I manually do a
touch .tox/mypy/lib/python3.6/site-packages/kubernetes/py.typed
I can
I'm missing a way to force following the import to
kubernetes
.Right now, my super ugly workaround in tox is:
The text was updated successfully, but these errors were encountered: