mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-03-01 12:56:52 +08:00
* Bump mypy to 0.95x * Remove the * for inferred types There was an upstream change (https://github.com/python/mypy/pull/12459) to remove * from inferred types in the reveal_type output. As we are asserting the * to exist, all the test cases are now failing on the 0.950 release. Removing the expected * to mirror the upstream behaviour change should resolve the test failures.
14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
black==22.3.0
|
|
requests==2.27.1
|
|
coreapi==2.3.3
|
|
gitpython==3.1.27
|
|
pre-commit==2.18.1
|
|
pytest==7.1.2
|
|
pytest-mypy-plugins==1.9.3
|
|
psycopg2-binary
|
|
-e ./django_stubs_ext
|
|
-e .
|
|
|
|
# Overrides:
|
|
mypy==0.950
|