You may see stack-traces containing things like: ``` consumer._atomic = ScopeConsumer(new_things, consumer.consumed, consumer.scope_type) # pylint: disable=W0212 TypeError: <lambda>() missing 1 required positional argument: 'scope_type' ``` To fix this, pylint-django needs to add backwards/forwards compatibility for ScopeConsumer See the original issue here - https://github.com/PyCQA/pylint/issues/5970#issuecomment-1078778393 Pylint 2.13 changed the shape of the ScopeConsumer tuple so pylint-django needs to handle that.