diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-05-16 20:15:14 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-05-16 20:15:14 -0500 |
| commit | 72833b629a506923f4df01cc114032c9343f8e4a (patch) | |
| tree | 8755872e664817099a0aa404d19cd3248220e797 /flake8/processor.py | |
| parent | c68978116683adbad8177ee523be5244c63a4ad8 (diff) | |
| download | flake8-72833b629a506923f4df01cc114032c9343f8e4a.tar.gz | |
Start adding documentation about developing plugins
Diffstat (limited to 'flake8/processor.py')
| -rw-r--r-- | flake8/processor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake8/processor.py b/flake8/processor.py index ab99089..8e6d897 100644 --- a/flake8/processor.py +++ b/flake8/processor.py @@ -32,6 +32,7 @@ class FileProcessor(object): - :attr:`blank_before` - :attr:`blank_lines` + - :attr:`checker_state` - :attr:`indect_char` - :attr:`indent_level` - :attr:`line_number` |
