1 2 3 4 5 6
# pylint: disable=missing-docstring VAR = 'pylint' def func(argument): return VAR + argument