Replies: 2 comments
|
Hey, the library is completely type safe |
0 replies
|
Update on why The [tool.setuptools.package-data]
pywa = ["py.typed"]This looks for The fix is simply moving |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
$ cat t.pyTo Reproduce
No response
Expected behavior
Adding
py.typedfile to the package files will help mypy to analyze library types properlypywa version
4.0.0
python version
3.12.3
os
No response
Additional context
No response
All reactions