budget: fix pylint messages and enable coding style
Not that the old `reversed` function was different from the builtin, we replace it with sorted(reverse=True) to keep the same logic.
Showing
Please register or sign in to comment
Not that the old `reversed` function was different from the builtin, we replace it with sorted(reverse=True) to keep the same logic.