-
Notifications
You must be signed in to change notification settings - Fork 78
Add PEP 561 guideline #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #208 +/- ##
=======================================
Coverage 99.86% 99.86%
=======================================
Files 26 26
Lines 3723 3723
=======================================
Hits 3718 3718
Misses 5 5 Continue to review full report at Codecov.
|
(first commit did not solve issue)
This reverts commit dfe24ec.
Issue is not solved as of 0ac6f9d |
You should be able to put it in |
I currently have |
Update: not solved as of 114fb44 |
Hi, I've built the package in local like in CI and installed from local wheel and it fixes the issue:
You can see that I can reproduce the error from issue installing
You can see how I've built the wheel from this branch and
Is there anything I'm missing @aMahanna? Could we merge this branch @joowani ? |
LGTM |
Sorry for the delay @pvicente. Merged and will make a release soon. |
Closes #203
How to test
pip install mypy git+https://github.com/ArangoDB-Community/python-arango.git@fix/mypy-py-typed
echo "from arango.database import StandardDatabase" >> temp.py
mypy temp.py