We have quite a few of these scattered around our codebase. T201 reminds us if we forget to comment them back out after we're done debugging, but I wish I could avoid the warning while they're commented.

I tried task-tags=["TODO", "print"], but this didn't work since there's no space after the print. I'd like to see either parens added to the delimiter for task-tags exclusions, or a separate setting added for allowed functions in commented-out code, please.