| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix manual gitlab links | Anthony Sottile | 2021-04-03 | 1 | -1/+1 |
| | | |||||
| * | some manual python2 metadata cleanup | Anthony Sottile | 2021-03-30 | 1 | -1/+0 |
| | | |||||
| * | add video tutorial to plugin development page | Anthony Sottile | 2020-09-20 | 1 | -0/+13 |
| | | |||||
| * | Update registering-plugins.rst | Max Grishkin | 2020-07-28 | 1 | -1/+1 |
| | | |||||
| * | move from optparse to argparse | Anthony Sottile | 2019-08-17 | 1 | -11/+11 |
| | | |||||
| * | Fix sample entry points in docsasottile-entry-point-docs-fixup | Anthony Sottile | 2019-05-21 | 1 | -3/+3 |
| | | |||||
| * | Latest pycodestyle | Anthony Sottile | 2019-01-29 | 1 | -0/+1 |
| | | |||||
| * | Remove unused and broken flake8.listen plugin type | Anthony Sottile | 2018-12-27 | 1 | -4/+1 |
| | | |||||
| * | Recommend registering plugin options using `add_options` and `parse_options` ↵ | Alexander Schlarb | 2018-12-16 | 1 | -7/+7 |
| | | | | | rather then `register_options` and `provide_options` since these are actually called. | ||||
| * | Grammar fixes | Ville Skyttä | 2018-11-11 | 1 | -1/+1 |
| | | |||||
| * | docs: Link fixes and redirect avoidance | Ville Skyttä | 2018-05-21 | 2 | -2/+2 |
| | | |||||
| * | Spelling and grammar fixes | Ville Skyttä | 2018-05-13 | 1 | -1/+1 |
| | | |||||
| * | fixed emphasis on last line | Tyler Wince | 2018-03-30 | 1 | -3/+3 |
| | | |||||
| * | added language for entry point length | Tyler Wince | 2018-03-30 | 1 | -101/+7 |
| | | |||||
| * | add common entry points and instruction to docs | Tyler Wince | 2018-03-29 | 1 | -0/+102 |
| | | |||||
| * | Drop from __future__ import with_statement from docs | Jon Dufresne | 2017-11-26 | 1 | -1/+0 |
| | | | | | | | | All versions of Python that flake8 supports (2.7, 3.4+) have full support for the with statement. There is no need to add the import. Slightly simplifies the example be removing unnecessary boilerplate. | ||||
| * | Add previous_unindented_logical_line attribute | Yen Chi Hsuan | 2016-11-08 | 1 | -0/+1 |
| | | | | | | | | | This attribute is introduced in pycodestyle 2.1.0 Closes #246 See: https://github.com/PyCQA/pycodestyle/issues/400 | ||||
| * | Trim trailing spaces from documentation | Ian Cordasco | 2016-10-25 | 1 | -5/+5 |
| | | |||||
| * | Merge branch 'file-tokens' of xzise/flake8 | Ian Cordasco | 2016-10-25 | 1 | -11/+11 |
| |\ | |||||
| | * | Add support for tokens of a complete file | Fabian Neundorf | 2016-07-22 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | The `tokens` property of the `FileProcessor` class only contains tokens of the current line but not all tokens. So if a plugin which is only executed once per file, that property is useless. To make the tokens also available to plugins it is now be able to supply all the tokens of a file. It also updates the documentation to separate which parameters are static and which are changed on each line. Using the latter parameters on plugins which are only run once per file isn't very sensible. | ||||
| * | | Document how it determines when the plugin is run | Fabian Neundorf | 2016-08-01 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | If a plugin's target (constructor or function) doesn't satisfy specific parameters, it'll never be called. This documents what the parameters must contain to be run at all. Related to: #159 | ||||
| * | | Make the documentation very obvious | Ian Cordasco | 2016-07-26 | 1 | -2/+17 |
| | | | |||||
| * | | Clarify what the X in the entry points does | Fabian Neundorf | 2016-07-26 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | Previously the `X` wasn't further explained in the documentation on how to register a plugin. This plugs the hole at least for checking plugins. See also: #183 | ||||
| * | | Update documentation to separate parameter types | Fabian Neundorf | 2016-07-25 | 1 | -4/+11 |
| |/ | | | | | | It updates the documentation to separate which parameters are static and which are changed on each line. Using the latter parameters on plugins which are only run once per file isn't very sensible. | ||||
| * | Fix typo in documentation using `indect` | Fabian Neundorf | 2016-07-21 | 1 | -1/+1 |
| | | | | | | | The documentation for the `FileProcessor` class used `indect_char` while the class itself uses the more sensible name `indent_char`. This updates both the docstring as well as the documentation. | ||||
| * | Trim trailing whitespace in compat docs | Ian Cordasco | 2016-07-20 | 1 | -1/+1 |
| | | |||||
| * | Document flake8-polyfill in compatibility section | Ian Cordasco | 2016-07-20 | 1 | -46/+77 |
| | | | | | | | Yesterday we released the flake8-polyfill package to help with Flake8 compatibility issues. This adds documentation to Flake8 to help people use that and to guide them towards it. | ||||
| * | Add new Flake8 classifier to Trove list | Ian Cordasco | 2016-07-09 | 1 | -0/+1 |
| | | |||||
| * | Use option name provided by the parser | Fabian Neundorf | 2016-07-09 | 1 | -4/+4 |
| | | | | | | | | When calling `add_option` it returns an `Option` object which can return the primary name of the option via `get_opt_name`. This should be used primarily in the cross compatible implementation so that the order of parameters does not matter. | ||||
| * | Update compatibility docs | Ian Cordasco | 2016-06-26 | 1 | -2/+8 |
| | | |||||
| * | Rename dev subdirectory to plugin-development | Ian Cordasco | 2016-06-25 | 6 | -0/+538 |
| This should make the contents clearer | |||||
