mypy-django-example icon indicating copy to clipboard operation
mypy-django-example copied to clipboard

A usage example for mypy-django

Results 1 mypy-django-example issues
Sort by recently updated
recently updated
newest added

Python version: 3.6.8, Linux `pip freeze` output: ``` Django==2.2.4 django-stubs==1.0.2 mypy==0.720 mypy-extensions==0.4.1 pkg-resources==0.0.0 pytz==2019.2 sqlparse==0.3.0 typed-ast==1.4.0 typing-extensions==3.7.4 ``` `mypy --strict-optional -p polls` output: ``` polls/models.py:8: error: Need type annotation for...