diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-11-08 23:00:55 +0800 |
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-11-08 23:34:56 +0800 |
| commit | 6595d3a08dedec4ff07683bf2c8f5aca2637fc5f (patch) | |
| tree | e4043b68484da311170d1c0994dad47d195b7a4c /docs/source/plugin-development | |
| parent | 9553c8d8ccf54221153f498e28297d9cc74ca12d (diff) | |
| download | flake8-6595d3a08dedec4ff07683bf2c8f5aca2637fc5f.tar.gz | |
Add previous_unindented_logical_line attribute
This attribute is introduced in pycodestyle 2.1.0
Closes #246
See: https://github.com/PyCQA/pycodestyle/issues/400
Diffstat (limited to 'docs/source/plugin-development')
| -rw-r--r-- | docs/source/plugin-development/plugin-parameters.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/plugin-development/plugin-parameters.rst b/docs/source/plugin-development/plugin-parameters.rst index 1625098..d387a65 100644 --- a/docs/source/plugin-development/plugin-parameters.rst +++ b/docs/source/plugin-development/plugin-parameters.rst @@ -38,6 +38,7 @@ a file, a plugin can ask for any of the following: - :attr:`~flake8.processor.FileProcessor.noqa` - :attr:`~flake8.processor.FileProcessor.previous_indent_level` - :attr:`~flake8.processor.FileProcessor.previous_logical` +- :attr:`~flake8.processor.FileProcessor.previous_unindented_logical_line` - :attr:`~flake8.processor.FileProcessor.tokens` Some properties are set once per file for plugins which iterate itself over |
