2021-09-20 15:38:42 +02:00
|
|
|
=== Message
|
|
|
|
|
2023-02-17 08:55:51 +01:00
|
|
|
* If the asignment value is not ``++None++`` then
|
|
|
|
** Primary: Assign to "XXX" a value of type "YYY" instead of "ZZZ" or update the type hint of "XXX".
|
|
|
|
** Secondary: Type hint.
|
|
|
|
* If the assignment value is ``++None++``
|
|
|
|
** Primary: Replace the type hint "XXX" with "Optional[XXX]" or don't assign "None" to "YYY"
|
|
|
|
** Secondary: Type hint.
|