diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-09 02:31:15 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-09 02:31:15 +0000 |
| commit | 35a35c2a617ac346790180783c616b692d79c03b (patch) | |
| tree | 2df7d109d478dae00af70d4eb98846139f29a251 /docs/source | |
| parent | 9334ca9834043e8ac0a2647798382257f4a2470e (diff) | |
| parent | 6595d3a08dedec4ff07683bf2c8f5aca2637fc5f (diff) | |
| download | flake8-35a35c2a617ac346790180783c616b692d79c03b.tar.gz | |
Merge branch 'pycodestyle21' into 'master'
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
See merge request !134
Diffstat (limited to 'docs/source')
| -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 |
