diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-01-23 07:59:09 -0800 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-01-29 08:58:10 -0800 |
| commit | 50e7cc71b99e49103177ae1fcd497abc696c114c (patch) | |
| tree | 7d7e904ca37e7204802c5b25e3adb09bcd16d342 /docs/source/plugin-development/plugin-parameters.rst | |
| parent | 532ea9ccab8a6271230d14b3f274e98bf829caba (diff) | |
| download | flake8-50e7cc71b99e49103177ae1fcd497abc696c114c.tar.gz | |
Latest pycodestyle
Diffstat (limited to 'docs/source/plugin-development/plugin-parameters.rst')
| -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 01b8b74..b7a4221 100644 --- a/docs/source/plugin-development/plugin-parameters.rst +++ b/docs/source/plugin-development/plugin-parameters.rst @@ -48,6 +48,7 @@ the data instead of being called on each physical or logical line. - :attr:`~flake8.processor.FileProcessor.file_tokens` - :attr:`~flake8.processor.FileProcessor.lines` - :attr:`~flake8.processor.FileProcessor.max_line_length` +- :attr:`~flake8.processor.FileProcessor.max_doc_length` - :attr:`~flake8.processor.FileProcessor.total_lines` - :attr:`~flake8.processor.FileProcessor.verbose` |
