mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 00:37:11 +08:00
Upgrade mypy support to 0.960 (#973)
- Updates test_model_field_classes_from_existing_locations to account for the behaviour change in https://github.com/python/mypy/pull/12663 - Bumps the version of django-stubs for a new release
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
booking = Booking()
|
||||
reveal_type(booking.id) # N: Revealed type is "builtins.int"
|
||||
reveal_type(booking.time_range) # N: Revealed type is "Any"
|
||||
reveal_type(booking.some_decimal) # N: Revealed type is "decimal.Decimal"
|
||||
reveal_type(booking.some_decimal) # N: Revealed type is "_decimal.Decimal"
|
||||
installed_apps:
|
||||
- myapp
|
||||
files:
|
||||
|
||||
Reference in New Issue
Block a user