-
-
Notifications
You must be signed in to change notification settings - Fork 485
Suggestion: Add to PyPi #3
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
Comments
I wanted to wait for mypy 0.660, because there was a couple of bugs in 0.650 which are important for the plugin. Now it just requires mypy from github as a dependency, I'm not sure whether it's a correct way. |
@sbdchd |
I'm having trouble getting it work. I've installed the package but by default When I setup the mypy path: export MYPYPATH=~/project_name/.venv/lib/python3.6/site-packages/django-stubs/
but it doesn't seem to check the project code. If I don't set
Then There is probably a way to have I'm using
Edit: It seems that So I think
should be
although the current directory structure doesn't have that setup. |
Does it work properly with 0.660? |
I upgraded to Thanks! |
While installing the stubs works, the mypy plugin doesn't seem to be working.
which gives the following error:
This might be related to #2 |
I cannot reproduce, could you give me more clues? Could you check whether
|
I have |
Could you create a new issue mentioning poetry here, with some steps to reproduce? I don't have any experience with poetry, but maybe others do. |
What are your thoughts on adding this project to https://pypi.org to make it easier to install and use?
The text was updated successfully, but these errors were encountered: