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.