Disable QA for part of file

March 4, 2021
10:14 p.m.
I tried to search around, but I couldn't find any answers for how to do this. Is there a way to disable QA for *part* of a file? Something like: # noqa: begin # noqa: end My specific use case is that some files contain ASCII diagrams, or other text that shouldn't wrap where my configuration is set. I can append every line with # noqa, but this is tedious and ugly. I can ignore the entire file, but it contains code that I would like to validate. Any suggestions? Is this a feature that could be added? Thanks, Jesse
1473
Age (days ago)
1473
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ian Stapleton Cordasco
-
Jesse Brennan