Version 0.12.2
Features
- Adds
reveal_type
to the list of forbidden functions WPS517
now allows to use non-string keys inside**{}
,
so this is allowed:Users.objects.get(**{User.USERNAME_FIELD: username})
Bugfixes
- Fixes that
{**a, **b}
was reported as duplicate hash items