-
-
Notifications
You must be signed in to change notification settings - Fork 481
WIP Issue 388 #390
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
WIP Issue 388 #390
Conversation
kszmigiel
commented
Jun 4, 2020
- Closes [email protected] is out #388
stub for _build_app_dict (#351)
Revert "Allow template render to string helper functions to accept Co…
update master
I'm not sure if I updated README properly, review required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
README.md
Outdated
@@ -47,6 +47,7 @@ We rely on different `django` and `mypy` versions: | |||
|
|||
| django-stubs | mypy version | django version | python version | |||
| ------------ | ---- | ---- | ---- | | |||
| 1.5.0 | ^0.770 | 3.0.x | ^3.7.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.4.0
is missing- python version is always
^3.6
- django version is
2.2 || 3.x
mypy
should be0.780
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check if it's correct now, I was basing on https://github.com/typeddjango/django-stubs/releases
Also I had troubles running
So I decided to leave this part unchanged for now: django-stubs/dev-requirements.txt Line 2 in 7e0e431
It would be great if anyone could check if such errors occur on his/hers machine, as I'm having troubles with my Python environment recently, and can't purge it due to Uni work :/ |
@kszmigiel you can switch to |
* updated mypy dependency * update readme * readme update v2 * pytest-mypy-plugins newer version * updated pytest_mypy_plugins name * update ignored errors for typechecking django test suite Co-authored-by: Kacper Szmigiel <[email protected]>