extract_inline_flake8_noqa

extract_inline_flake8_noqa(source_line: str) list[str][source]

Extract flake8 noqa rules from normal flake8 comments .

Parameters:

source_line (str) – Single line of sourcecode from a cell.

Returns:

List of flake8 rules.

Return type:

list[str]