Hello the following code is now getting flagged as E800 Found commented out code
This has only just started getting flagged with the upgrade from 1.0.0 -> 1.1.0
Example code:
MARKDOWN = """
# {variable_containing_header_one}
Lots of content here...
"""
Hello the following code is now getting flagged as
E800 Found commented out codeThis has only just started getting flagged with the upgrade from
1.0.0->1.1.0Example code: