flakeheaven._patched._processor

class flakeheaven._patched._processor.FlakeHeavenProcessor(filename: str, options: argparse.Namespace, lines: Optional[List[str]] = None)[source]

Bases: flake8.processor.FileProcessor

Initialice our file processor.

Parameters

filename (str) – Name of the file to process

parser

alias of flakeheaven.parsers._python.PythonParser

read_lines_from_filename() List[str][source]

Read the lines for a file.