sourcery
sourcery copied to clipboard
Refactor suggestion: `if all([obj]):` into `if obj:`
Issue description or question
Refactor if all([obj]): into if obj:
As it says on the tin, really! Same goes for similar usages of any, I suppose!
That's a great idea, thank you! I've added it to our pipeline :grin: