class documentation
Initialize a PEP-8 instance with few options.
Method | __init__ |
Undocumented |
Method | check |
Run all checks on the paths. |
Method | excluded |
Check if the file should be excluded. |
Method | get |
Get all the checks for this category. |
Method | ignore |
Check if the error code should be ignored. |
Method | init |
Initialize the report instance. |
Method | input |
Check all files in this directory and all subdirectories. |
Method | input |
Run all checks on a Python source file. |
Instance Variable | checker |
Undocumented |
Instance Variable | options |
Undocumented |
Instance Variable | paths |
Undocumented |
Instance Variable | runner |
Undocumented |
Check if the file should be excluded.
Check if 'options.exclude' contains a pattern matching filename.
Get all the checks for this category.
Find all globally visible functions where the first argument name starts with argument_name and which contain selected tests.
Check if the error code should be ignored.
If 'options.select' contains a prefix of the error code, return False. Else, if 'options.ignore' contains a prefix of the error code, return True.